pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/openmsx openmsx: fix required gcc version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0856751d4749
branches:  trunk
changeset: 458882:0856751d4749
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 22 11:59:22 2021 +0000

description:
openmsx: fix required gcc version

diffstat:

 emulators/openmsx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0826b27f38dd -r 0856751d4749 emulators/openmsx/Makefile
--- a/emulators/openmsx/Makefile        Wed Sep 22 10:35:57 2021 +0000
+++ b/emulators/openmsx/Makefile        Wed Sep 22 11:59:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2021/09/08 21:05:01 nia Exp $
+# $NetBSD: Makefile,v 1.64 2021/09/22 11:59:22 nia Exp $
 
 DISTNAME=              openmsx-17.0
 PKGREVISION=           1
@@ -15,7 +15,7 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config pax
 
-GCC_REQD+=             7 # C++17
+GCC_REQD+=             8 # std::charconv
 
 # Not sure why this is necessary to find components.hh...
 CXXFLAGS+=             -I${WRKSRC}/output



Home | Main Index | Thread Index | Old Index