pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/polkit-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 10:18:09 UTC 2025

Modified Files:
        pkgsrc/security/polkit-qt: Makefile

Log Message:
polkit-qt: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/polkit-qt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit-qt/Makefile
diff -u pkgsrc/security/polkit-qt/Makefile:1.44 pkgsrc/security/polkit-qt/Makefile:1.45
--- pkgsrc/security/polkit-qt/Makefile:1.44     Thu Apr 24 14:15:40 2025
+++ pkgsrc/security/polkit-qt/Makefile  Sun Aug 17 10:18:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2025/04/24 14:15:40 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/08/17 10:18:09 wiz Exp $
 
 DISTNAME=      polkit-qt-1-0.112.0
 PKGNAME=       ${DISTNAME:S/-qt-1-/-qt-/}
@@ -18,6 +18,7 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DUSE_QT4=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE+=   polkit-qt-1.pc.cmake polkit-qt-agent-1.pc.cmake
 PKGCONFIG_OVERRIDE+=   polkit-qt-core-1.pc.cmake polkit-qt-gui-1.pc.cmake polkit-qt-1.pc.cmake



Home | Main Index | Thread Index | Old Index