diff options
author | maya <maya> | 2016-10-02 08:20:24 +0000 |
---|---|---|
committer | maya <maya> | 2016-10-02 08:20:24 +0000 |
commit | 9204ce901c1921383a1ed7a06c817a722ae9b13b (patch) | |
tree | cb0580a58e1a2d799a032eda9bbacec46631969d /emulators | |
parent | b344dd9b7c3910411c05ed119819ad69e174ab04 (diff) | |
download | pkgsrc-9204ce901c1921383a1ed7a06c817a722ae9b13b.tar.gz |
mame: remove comment about gcc 5.3 being used because of a gcc49 bug.
bug was fixed, but gcc 5.0 is explicitly required by the package.
see scripts/genie.lua. It also mentions GCC 5.2 being problematic
in the same file.
given that nobody has tested it for <5.3, leave it at 5.3 required.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 53451ca003b..52de8cb3b33 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2016/10/01 16:45:46 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2016/10/02 08:20:24 maya Exp $ DISTNAME= mame-0.178 CATEGORIES= emulators @@ -19,7 +19,6 @@ INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/chains/crt-geom ${SHAREDIR}/hash DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf USE_LANGUAGES= c99 c++ -# 4.9 is enough, but doesn't build with SSP support on NetBSD GCC_REQD+= 5.3 USE_TOOLS+= bsdtar gmake pkg-config UNLIMIT_RESOURCES+= datasize |