diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /emulators/mess | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) | |
download | ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip |
Notes
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 |