pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pivy: 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 22:04:35 2025 +1000
Changeset: 2cdad176987cf49110e930b94eac8d79ab83fc3e
Modified Files:
py-pivy/Makefile
Log Message:
py-pivy: 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=2cdad176987cf49110e930b94eac8d79ab83fc3e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pivy/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/py-pivy/Makefile b/py-pivy/Makefile
index ea7c2c828e..cbf7657ee5 100644
--- a/py-pivy/Makefile
+++ b/py-pivy/Makefile
@@ -16,6 +16,8 @@ LICENSE= isc
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # kludge until fixed upstream
+
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
.include "../../devel/cmake/build.mk"
Home |
Main Index |
Thread Index |
Old Index