pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/warzone2100
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 9 09:02:07 UTC 2023
Modified Files:
pkgsrc/games/warzone2100: Makefile
Log Message:
warzone2100: Bump up compiler requirements
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/games/warzone2100/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/warzone2100/Makefile
diff -u pkgsrc/games/warzone2100/Makefile:1.73 pkgsrc/games/warzone2100/Makefile:1.74
--- pkgsrc/games/warzone2100/Makefile:1.73 Wed Aug 2 19:27:31 2023
+++ pkgsrc/games/warzone2100/Makefile Wed Aug 9 09:02:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2023/08/02 19:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.74 2023/08/09 09:02:07 nia Exp $
DISTNAME= warzone2100_src
PKGNAME= warzone2100-4.3.5
@@ -22,7 +22,9 @@ USE_TOOLS+= msgfmt msgmerge xgettext
TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
# Needs gnu standard variant to get alloca builtin.
-FORCE_CXX_STD= gnu++11
+FORCE_CXX_STD= gnu++14
+
+USE_CXX_FEATURES+= unique_ptr
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index