diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 15:34:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 15:34:52 +0000 |
commit | 7e78d9f0d11134896dde53268618389a866461c0 (patch) | |
tree | 414a140d9fc8350070f7d7f56fc5976ec5c49242 /lang | |
parent | Mark as broken with gcc4.2. (diff) |
Mark as broken with gcc4.2.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mozart/Makefile | 6 |
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: |