From 54be1cfbec7ed009b648bf56b21ee29a4f285f1c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 1 Dec 2019 11:05:34 +0000 Subject: mame: requires gcc 7.2 https://www.mamedev.org/?p=474 --- emulators/mame/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 3ef9e54b885..ddb473fccbc 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -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]*:../../fonts/liberation-ttf 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 -- cgit v1.2.3