pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Coin: work around cmake 3.5 deprecation
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Tue Sep 30 21:48:50 2025 +1000
Changeset: eae63ac4db231f020d25efd4deff8e32ea54fe00
Modified Files:
Coin/Makefile
Log Message:
Coin: work around cmake 3.5 deprecation
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eae63ac4db231f020d25efd4deff8e32ea54fe00
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Coin/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/Coin/Makefile b/Coin/Makefile
index 1d7d4b95b6..b1ea7c19ea 100644
--- a/Coin/Makefile
+++ b/Coin/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_CXX_FEATURES= c++11
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # kludge until fixed upstream
+
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
Home |
Main Index |
Thread Index |
Old Index