diff options
author | pav <pav@FreeBSD.org> | 2006-02-07 03:52:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-02-07 03:52:03 +0800 |
commit | 53313c34c97cb712a540fc66d66a5e0344aa9970 (patch) | |
tree | 5af291380db49a1e9a86b01e2c4160820e41e78a /emulators/xmame | |
parent | 231d5bb9fa01b6f7e09ce41e2b2af37de4a5c293 (diff) | |
download | freebsd-ports-gnome-53313c34c97cb712a540fc66d66a5e0344aa9970.tar.gz freebsd-ports-gnome-53313c34c97cb712a540fc66d66a5e0344aa9970.tar.zst freebsd-ports-gnome-53313c34c97cb712a540fc66d66a5e0344aa9970.zip |
- Require gcc34 on all archs
This is to work around internal compiler error in gcc33, if case anyone
wonder.
Requested by: kris
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 7dafa715e82c..bfe8ac814cf6 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -122,7 +122,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} #BROKEN= Doesn't build on FreeBSD < 6.x #.endif -.if (${MAMEMESS} == "mess" && ${ARCH} == "amd64") +.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000) USE_GCC= 3.4+ .endif |