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