aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-10-30 08:47:53 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-10-30 08:47:53 +0000
commit9279048f3188a58064e0b80a9083ae467f94cfb9 (patch)
treeb306d8bcbf4975c69031f580d68752a7b270efce /emulators/mame
parentd4a1d5754e796a0aa4483edbc84c322499c7c558 (diff)
downloadports-9279048f3188a58064e0b80a9083ae467f94cfb9.tar.gz
ports-9279048f3188a58064e0b80a9083ae467f94cfb9.zip
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 2155920b457f..e7351df93c5d 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -51,14 +51,6 @@ UPDATE_PATCHES!= /usr/bin/jot -s " " \
.include <bsd.port.options.mk>
-.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
-CC= /usr/bin/clang
-CPP= /usr/bin/clang-cpp
-CXX= /usr/bin/clang++
-.else
-USE_GCC= 4.6+
-.endif
-
.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER}
USE_GNOME= gtk20 gconf2
MAKE_ENV+= GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \
@@ -77,6 +69,14 @@ MAKE_ENV+= DEBUG=1
.include <bsd.port.pre.mk>
+.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
+CC= /usr/bin/clang
+CPP= /usr/bin/clang-cpp
+CXX= /usr/bin/clang++
+.else
+USE_GCC= 4.6+
+.endif
+
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif