pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/openmsx



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Sep 22 11:59:22 UTC 2021

Modified Files:
        pkgsrc/emulators/openmsx: Makefile

Log Message:
openmsx: fix required gcc version


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/emulators/openmsx/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/openmsx/Makefile
diff -u pkgsrc/emulators/openmsx/Makefile:1.63 pkgsrc/emulators/openmsx/Makefile:1.64
--- pkgsrc/emulators/openmsx/Makefile:1.63      Wed Sep  8 21:05:01 2021
+++ pkgsrc/emulators/openmsx/Makefile   Wed Sep 22 11:59:22 2021
@@ -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 @@ LICENSE=              gnu-gpl-v2
 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