pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/stella
Module Name: pkgsrc
Committed By: nia
Date: Wed Sep 22 12:54:04 UTC 2021
Modified Files:
pkgsrc/emulators/stella: Makefile.common
Log Message:
stella: raise gcc requirement
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/stella/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/stella/Makefile.common
diff -u pkgsrc/emulators/stella/Makefile.common:1.11 pkgsrc/emulators/stella/Makefile.common:1.12
--- pkgsrc/emulators/stella/Makefile.common:1.11 Wed Apr 21 08:19:28 2021
+++ pkgsrc/emulators/stella/Makefile.common Wed Sep 22 12:54:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2021/04/21 08:19:28 nia Exp $
+# $NetBSD: Makefile.common,v 1.12 2021/09/22 12:54:04 nia Exp $
# used by emulators/stella/Makefile
# used by emulators/libretro-stella/Makefile
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//1}
USE_LANGUAGES= c c++
-# c++14
-GCC_REQD+= 6
+# c++14, std::string_view
+GCC_REQD+= 7
UNLIMIT_RESOURCES= datasize
Home |
Main Index |
Thread Index |
Old Index