diff options
-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: |