pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
soqt: 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:51:58 2025 +1000
Changeset: f33910e498a7cfc4106dd0bdacf3b2c96e8be9e9
Modified Files:
soqt/Makefile
Log Message:
soqt: 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=f33910e498a7cfc4106dd0bdacf3b2c96e8be9e9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
soqt/Makefile | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/soqt/Makefile b/soqt/Makefile
index 10e53591cc..71fb8cee7e 100644
--- a/soqt/Makefile
+++ b/soqt/Makefile
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # kludge until fixed upstream
CMAKE_CONFIGURE_ARGS+= -DSOQT_USE_QT5=OFF -DSOQT_USE_QT6=ON -DSOQT_VERBOSE=ON
REPLACE_PERL+= cfg/gendsp.pl.in cfg/doxy4win.pl
Home |
Main Index |
Thread Index |
Old Index