aboutsummaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-02-06 17:18:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-02-06 17:18:40 +0000
commitadd07333ca5d2dd6e3652b072673c6992ddc8312 (patch)
treebfd8dd1622adde641115e34e67164f776ef417d6 /emulators/xmame
parent7d2904197abc0eeae0babd45cd0a66057532747c (diff)
downloadports-add07333ca5d2dd6e3652b072673c6992ddc8312.tar.gz
ports-add07333ca5d2dd6e3652b072673c6992ddc8312.zip
- Require gcc34 for xmess on amd64
Requested by: Miguel Mendez <mmendez@energyhq.be>
Notes
Notes: svn path=/head/; revision=155353
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 476d94cec84e..7dafa715e82c 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -122,6 +122,10 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
#BROKEN= Doesn't build on FreeBSD < 6.x
#.endif
+.if (${MAMEMESS} == "mess" && ${ARCH} == "amd64")
+USE_GCC= 3.4+
+.endif
+
# Option WITH_DATFILES
.if ${MAMEMESS} == "mame"