pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/ckmame ckmame: require GCC 9 for std::filesy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5b395016875
branches: trunk
changeset: 380266:d5b395016875
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jun 02 12:49:19 2022 +0000
description:
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.
diffstat:
emulators/ckmame/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e662c66028f2 -r d5b395016875 emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Thu Jun 02 11:48:57 2022 +0000
+++ b/emulators/ckmame/Makefile Thu Jun 02 12:49:19 2022 +0000
@@ -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_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