pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdbusmenu-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 12:48:55 UTC 2025

Modified Files:
        pkgsrc/devel/libdbusmenu-qt: Makefile.common

Log Message:
libdbusmenu-qt*: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libdbusmenu-qt/Makefile.common

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

Modified files:

Index: pkgsrc/devel/libdbusmenu-qt/Makefile.common
diff -u pkgsrc/devel/libdbusmenu-qt/Makefile.common:1.4 pkgsrc/devel/libdbusmenu-qt/Makefile.common:1.5
--- pkgsrc/devel/libdbusmenu-qt/Makefile.common:1.4     Sun Aug 25 06:18:35 2024
+++ pkgsrc/devel/libdbusmenu-qt/Makefile.common Mon Aug 11 12:48:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2024/08/25 06:18:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.5 2025/08/11 12:48:55 wiz Exp $
 # used by devel/libdbusmenu-qt/Makefile
 # used by devel/libdbusmenu-qt5/Makefile
 
@@ -19,6 +19,7 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/_/-/}
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
 CMAKE_CONFIGURE_ARGS+= -DWITH_DOC=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 pre-configure:
        ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/



Home | Main Index | Thread Index | Old Index