diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | d4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch) | |
tree | a8e722e14a0a4c5fa946507850a4a561082bd635 /emulators/xmame | |
parent | 418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff) | |
download | ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.tar.gz ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.zip |
Notes
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 c4c3f6efa928..323729c1dc47 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -115,7 +115,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} BROKEN= internal gcc error on FreeBSD < 6.x .endif -.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000) +.if (${MAMEMESS} == "mess") USE_GCC= 3.4+ .endif |