pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/solarus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 11:39:07 UTC 2025

Modified Files:
        pkgsrc/games/solarus: Makefile

Log Message:
solarus: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/games/solarus/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/solarus/Makefile
diff -u pkgsrc/games/solarus/Makefile:1.79 pkgsrc/games/solarus/Makefile:1.80
--- pkgsrc/games/solarus/Makefile:1.79  Thu Apr 24 14:14:05 2025
+++ pkgsrc/games/solarus/Makefile       Tue Aug 19 11:39:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2025/04/24 14:14:05 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2025/08/19 11:39:07 wiz Exp $
 
 VERSION=       1.6.5
 DISTNAME=      solarus-${VERSION}-src
@@ -26,6 +26,8 @@ FORCE_CXX_STD=                c++11
 
 CXXFLAGS+=     -DGLM_ENABLE_EXPERIMENTAL
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 .include "options.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../audio/libmodplug/buildlink3.mk"



Home | Main Index | Thread Index | Old Index