pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  1 11:05:34 UTC 2019

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: requires gcc 7.2

https://www.mamedev.org/?p=474


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/emulators/mame/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/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.105 pkgsrc/emulators/mame/Makefile:1.106
--- pkgsrc/emulators/mame/Makefile:1.105        Fri Nov  8 09:44:17 2019
+++ pkgsrc/emulators/mame/Makefile      Sun Dec  1 11:05:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2019/11/08 09:44:17 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2019/12/01 11:05:34 wiz Exp $
 
 DISTNAME=      mame-0.215
 CATEGORIES=    emulators
@@ -20,7 +20,7 @@ DEPENDS+=             liberation-ttf-[0-9]*:../../f
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 USE_LANGUAGES=         c99 c++
-GCC_REQD+=             5
+GCC_REQD+=             7.2
 USE_TOOLS+=            bsdtar gmake pkg-config
 UNLIMIT_RESOURCES+=    datasize
 MAKE_FILE=             makefile



Home | Main Index | Thread Index | Old Index