From 90899f7ef97d0ae85de3bb7a11313f84e7f53eb4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 7 Feb 2024 08:31:06 +0100 Subject: [PATCH] libcmis, revbump for boost version (#10063) --- dev-cpp/libcmis/libcmis-0.5.2.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.2.recipe b/dev-cpp/libcmis/libcmis-0.5.2.recipe index f8db50840..c045bab86 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2.recipe +++ b/dev-cpp/libcmis/libcmis-0.5.2.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2011-2014 Cedric Bosdonnat, SUSE LICENSE="GNU LGPL v2 GNU GPL v2 MPL v1.1" -REVISION="6" +REVISION="7" SOURCE_URI="https://github.com/tdf/libcmis/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="07ff0baaac717a4702ef7c9c22dddb7d55d8b639ea526a765f947f2b683ef36a" PATCHES="libcmis-$portVersion.patchset" @@ -44,8 +44,8 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_date_time$secondaryArchSuffix >= 1.69.0 - devel:libboost_program_options$secondaryArchSuffix >= 1.69.0 + devel:libboost_date_time$secondaryArchSuffix >= 1.83.0 + devel:libboost_program_options$secondaryArchSuffix >= 1.83.0 devel:libcrypto$secondaryArchSuffix devel:libcurl$secondaryArchSuffix devel:libiconv$secondaryArchSuffix @@ -65,7 +65,8 @@ BUILD() { autoreconf -fi runConfigure ./configure --without-man --disable-tests \ - --disable-static + --disable-static \ + --disable-werror make $jobArgs }