summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 15:34:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 15:34:52 +0000
commit7e78d9f0d11134896dde53268618389a866461c0 (patch)
tree414a140d9fc8350070f7d7f56fc5976ec5c49242 /lang
parentMark as broken with gcc4.2. (diff)
Mark as broken with gcc4.2.
Diffstat (limited to 'lang')
-rw-r--r--lang/mozart/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index 2fd4073fc260..35075d077e54 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -48,8 +48,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+BROKEN= Does not compile on !i386
.endif
pre-extract: