pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openhexagon
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 19 11:31:37 UTC 2025
Modified Files:
pkgsrc/games/openhexagon: Makefile
Log Message:
openhexagon: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/openhexagon/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/openhexagon/Makefile
diff -u pkgsrc/games/openhexagon/Makefile:1.9 pkgsrc/games/openhexagon/Makefile:1.10
--- pkgsrc/games/openhexagon/Makefile:1.9 Wed Feb 12 06:45:00 2025
+++ pkgsrc/games/openhexagon/Makefile Tue Aug 19 11:31:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/02/12 06:45:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2025/08/19 11:31:37 wiz Exp $
#
DISTNAME= openhexagon-2.0
@@ -48,6 +48,7 @@ CMAKE_CONFIGURE_ARGS+= -DPKGBASE=${PKGBA
CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIB:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DLUA_LIBRARY=${BUILDLINK_DIR}/lib/liblua${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}.so
CMAKE_CONFIGURE_ARGS+= -DLUA_INCLUDE_DIR=${BUILDLINK_DIR}/${LUA_INCDIR}
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
.for mod in ${MODULES:NSSVOpenHexagon*:C/-.*//}
CMAKE_CONFIGURE_ARGS+= -D${mod:tu}_INCLUDE_DIR=${WRKSRC}/extlibs/${mod}/include
Home |
Main Index |
Thread Index |
Old Index