pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/ckmame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  2 12:49:19 UTC 2022

Modified Files:
        pkgsrc/emulators/ckmame: Makefile

Log Message:
ckmame: require GCC 9 for std::filesystem

GCC 8 might work, but "GCC 8.x requires linking with -lstdc++fs"
and I don't want to complicate this.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/emulators/ckmame/Makefile

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

Modified files:

Index: pkgsrc/emulators/ckmame/Makefile
diff -u pkgsrc/emulators/ckmame/Makefile:1.66 pkgsrc/emulators/ckmame/Makefile:1.67
--- pkgsrc/emulators/ckmame/Makefile:1.66       Tue May 31 11:51:31 2022
+++ pkgsrc/emulators/ckmame/Makefile    Thu Jun  2 12:49:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/05/31 11:51:31 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2022/06/02 12:49:19 wiz Exp $
 
 DISTNAME=              ckmame-2.0
 CATEGORIES=            emulators
@@ -15,7 +15,7 @@ USE_TOOLS+=           pkg-config perl:test
 USE_CMAKE=             yes
 TEST_TARGET=           check
 
-GCC_REQD+=             8 # std::filesystem
+GCC_REQD+=             9 # std::filesystem
 USE_GCC_RUNTIME=       yes
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index