pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/simgear



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 18 07:26:31 UTC 2025

Modified Files:
        pkgsrc/games/simgear: Makefile

Log Message:
simgear: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/games/simgear/Makefile

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

Modified files:

Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.184 pkgsrc/games/simgear/Makefile:1.185
--- pkgsrc/games/simgear/Makefile:1.184 Sun Aug 10 10:38:53 2025
+++ pkgsrc/games/simgear/Makefile       Mon Aug 18 07:26:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2025/08/10 10:38:53 wiz Exp $
+# $NetBSD: Makefile,v 1.185 2025/08/18 07:26:30 wiz Exp $
 
 DISTNAME=      simgear-2020.3.11
 PKGREVISION=   57
@@ -22,6 +22,7 @@ CMAKE_CONFIGURE_ARGS+=                -DCMAKE_BUILD_TY
 CMAKE_CONFIGURE_ARGS+=         -DSIMGEAR_SHARED=ON
 CMAKE_CONFIGURE_ARGS+=         -DSYSTEM_EXPAT=ON
 CMAKE_CONFIGURE_ARGS+=         -DSYSTEM_UDNS=ON
+CMAKE_CONFIGURE_ARGS+=         -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 SUBST_CLASSES+=                        wrkdir
 SUBST_FILES.wrkdir+=           sgbuild/CMakeFiles/Export/*/SimGearTargets.cmake



Home | Main Index | Thread Index | Old Index