pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/stella stella: raise gcc requirement



details:   https://anonhg.NetBSD.org/pkgsrc/rev/377e551f061c
branches:  trunk
changeset: 458886:377e551f061c
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 22 12:54:04 2021 +0000

description:
stella: raise gcc requirement

diffstat:

 emulators/stella/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6a0b58b121b3 -r 377e551f061c emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common  Wed Sep 22 12:52:17 2021 +0000
+++ b/emulators/stella/Makefile.common  Wed Sep 22 12:54:04 2021 +0000
@@ -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 @@
 
 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