pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/bugdom2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 18 11:12:29 UTC 2024
Modified Files:
pkgsrc/games/bugdom2: Makefile
Log Message:
bugdom2: force c++20 for std::u8string
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/bugdom2/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/bugdom2/Makefile
diff -u pkgsrc/games/bugdom2/Makefile:1.1 pkgsrc/games/bugdom2/Makefile:1.2
--- pkgsrc/games/bugdom2/Makefile:1.1 Wed Feb 14 19:47:13 2024
+++ pkgsrc/games/bugdom2/Makefile Sun Feb 18 11:12:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/02/14 19:47:13 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/18 11:12:29 wiz Exp $
DISTNAME= bugdom2-4.0.0
CATEGORIES= games
@@ -15,6 +15,7 @@ GITHUB_SUBMODULES= \
USE_CMAKE= yes
USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++20
USE_TOOLS+= pax pkg-config
WRKSRC= ${WRKDIR}/Bugdom2-${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index