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: Wed Oct 1 19:39:32 UTC 2025
Modified Files:
pkgsrc/games/warsow: Makefile
Log Message:
warsow: fix for cmake 4
Still doesn't build for me:
===> Building for warsow-2.1.2
ninja: error: 'work/warsow_21_sdk/source/libsrcs/angelscript/sdk/angelscript/lib/libangelscript.a', needed by 'work/warsow_21_sdk/source/source/build/libs/libangelwrap_x86_64.so', missing and no
known rule to make it
*** Error code 1
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/games/warsow/Makefile:1.2
--- pkgsrc/games/warsow/Makefile:1.1 Mon Sep 29 13:31:28 2025
+++ pkgsrc/games/warsow/Makefile Wed Oct 1 19:39:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/29 13:31:28 nia Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/01 19:39:32 wiz Exp $
WARSOW_VER= 2.1.2
WARSOW_SDK= warsow_21_sdk
@@ -23,6 +23,8 @@ USE_TOOLS+= pkg-config gmake pax
USE_CXX_FEATURES+= c++11
CMAKE_CONFIGURE_ARGS+= -DQFUSION_GAME=Warsow
+# for cmake 4 compatibility, until upstream fixes it
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
CFLAGS.NetBSD+= -D_NETBSD_SOURCE=1
Home |
Main Index |
Thread Index |
Old Index