summaryrefslogtreecommitdiff
path: root/emulators/sdlmess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/sdlmess/Makefile')
-rw-r--r--emulators/sdlmess/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 76f93e02f8a9..0fb4b32c41e8 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/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