summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-09-23 09:17:59 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-09-23 09:17:59 +0000
commit104153a049fba4827a6aba4499dee77807c222ed (patch)
treea8f2fd337b5da1acffa58fb9109cac75f63c264a /lang
parent- Update to 1.1.0 (diff)
- Unbreak on CURRENT
Diffstat (limited to 'lang')
-rw-r--r--lang/xsb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile
index de0110710c3c..6df304fad04b 100644
--- a/lang/xsb/Makefile
+++ b/lang/xsb/Makefile
@@ -27,8 +27,8 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
+.if ${OSVERSION} >= 700042 && ${OSVERSION} < 800000
+BROKEN= Does not compile on FreeBSD 7.x
.endif
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"