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 Apr 14 08:42:52 UTC 2024

Modified Files:
        pkgsrc/games/cromagrally: Makefile

Log Message:
cromagrally: requires c++20


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/games/cromagrally/Makefile:1.8
--- pkgsrc/games/cromagrally/Makefile:1.7       Sat Apr  6 08:05:24 2024
+++ pkgsrc/games/cromagrally/Makefile   Sun Apr 14 08:42:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/04/06 08:05:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/14 08:42:52 wiz Exp $
 
 DISTNAME=      cromagrally-3.0.1
 PKGREVISION=   1
@@ -13,10 +13,11 @@ LICENSE=    cc-by-nc-sa-v4.0-license
 GITHUB_SUBMODULES=     \
        jorio Pomme ef94150e2dcec522e3099f4d03a4e8f2639f7232 extern/Pomme
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++
-FORCE_CXX_STD= c++20
-USE_TOOLS+=    pax pkg-config
+USE_CMAKE=             yes
+USE_LANGUAGES=         c c++
+FORCE_CXX_STD=         c++20
+USE_CXX_FEATURES=      c++20
+USE_TOOLS+=            pax pkg-config
 
 WRKSRC=                ${WRKDIR}/CroMagRally-${GITHUB_TAG}
 



Home | Main Index | Thread Index | Old Index