pkgsrc-WIP-changes archive

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

warsow: Build with CMake 4



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Sep 10 17:02:41 2025 -0700
Changeset:	3edbf05494f4130758922d8f773e55c0d8159c43

Modified Files:
	warsow/Makefile

Log Message:
warsow: Build with CMake 4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3edbf05494f4130758922d8f773e55c0d8159c43

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

diffstat:
 warsow/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/warsow/Makefile b/warsow/Makefile
index f2fc2cb9a3..ac1af17510 100644
--- a/warsow/Makefile
+++ b/warsow/Makefile
@@ -21,6 +21,8 @@ WARSOW_DATA_SRC=	${WRKDIR}/warsow-2.1.2/basewsw
 USE_TOOLS+=		pax
 USE_LANGUAGES=		c c++
 
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 INSTALLATION_DIRS+=	bin
 INSTALLATION_DIRS+=	share/warsow
 INSTALLATION_DIRS+=	share/warsow/libs


Home | Main Index | Thread Index | Old Index