diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /emulators/mess | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'emulators/mess')
-rw-r--r-- | emulators/mess/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 76f93e02f8a9..0fb4b32c41e8 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -25,13 +25,6 @@ SUB_FILES= ${PORTNAME} pkg-message .include <bsd.port.pre.mk> -# In FreeBSD 5.x fails to build due to an internal compiler error. Using the -# version 3.4 from ports which probably fixes this error requires a hack to -# get around bsd.gcc.mk handling, so use a higher version than in base system. -.if ${OSVERSION} < 600000 -USE_GCC= 4.2+ -.endif - .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif |