pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/warsow
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 2 20:04:30 UTC 2025
Modified Files:
pkgsrc/games/warsow: Makefile
Log Message:
warsow: switch back to devel/cmake
Didn't build with cmake39.
Forbid the ninja generator for this package; it works with make.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/warsow/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/warsow/Makefile
diff -u pkgsrc/games/warsow/Makefile:1.3 pkgsrc/games/warsow/Makefile:1.4
--- pkgsrc/games/warsow/Makefile:1.3 Thu Oct 2 11:53:15 2025
+++ pkgsrc/games/warsow/Makefile Thu Oct 2 20:04:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/10/02 11:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.4 2025/10/02 20:04:30 wiz Exp $
WARSOW_VER= 2.1.2
WARSOW_SDK= warsow_21_sdk
@@ -22,6 +22,8 @@ USE_TOOLS+= pkg-config gmake pax
# see source/source/game/CMakeLists.txt
USE_CXX_FEATURES+= c++11
+CMAKE_GENERATORS_INCOMPATIBLE= ninja
+
CMAKE_CONFIGURE_ARGS+= -DQFUSION_GAME=Warsow
# for cmake 4 compatibility, until upstream fixes it
CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
@@ -73,7 +75,7 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/warsow.desktop \
${DESTDIR}${PREFIX}/share/applications/warsow.desktop
-.include "../../devel/cmake39/build.mk"
+.include "../../devel/cmake/build.mk"
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index