diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-03-11 01:07:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-03-11 01:07:00 +0000 |
commit | 557a24f2e19995ec5388bb4b30be7aef6775d1e5 (patch) | |
tree | cbd329b92b78fa3f7d5d91c48d1804aaae0dc6a8 /emulators/mame | |
parent | 41c4774d9b216b3308fa34f137f8230ec8789057 (diff) | |
download | ports-557a24f2e19995ec5388bb4b30be7aef6775d1e5.tar.gz ports-557a24f2e19995ec5388bb4b30be7aef6775d1e5.zip |
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index f15a8683c8c9..7dbcad9264b5 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -35,7 +35,7 @@ USE_ZIP= yes USE_XORG= xext xi xinerama xrender USE_GL= gl USE_SDL= sdl ttf -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_GMAKE= yes MAKE_ENV= NOWERROR=1 OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" MAKEFILE= makefile |