aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 01:09:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 01:09:53 +0000
commit1cccfd5e68f79045035126347e2a5201d216186d (patch)
tree34f4fe18bea6a8e6192babc3182e0ebf55c7754c
parent3dbce4466ca605e478189e621e5570fbcd5b5166 (diff)
downloadports-1cccfd5e68f79045035126347e2a5201d216186d.tar.gz
ports-1cccfd5e68f79045035126347e2a5201d216186d.zip
Notes
-rw-r--r--devel/simgear/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index b9ceb65e742d..eef737e2f8f2 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -25,4 +25,10 @@ USE_X_PREFIX= yes
USE_GL= yes
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Internal compiler error in gcc"
+.endif
+
+.include <bsd.port.post.mk>