diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-06 17:18:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-06 17:18:40 +0000 |
commit | add07333ca5d2dd6e3652b072673c6992ddc8312 (patch) | |
tree | bfd8dd1622adde641115e34e67164f776ef417d6 /emulators/xmame/Makefile | |
parent | 7d2904197abc0eeae0babd45cd0a66057532747c (diff) | |
download | ports-add07333ca5d2dd6e3652b072673c6992ddc8312.tar.gz ports-add07333ca5d2dd6e3652b072673c6992ddc8312.zip |
Notes
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
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" |