From 7e78d9f0d11134896dde53268618389a866461c0 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 4 Oct 2007 15:34:52 +0000 Subject: Mark as broken with gcc4.2. --- lang/mozart/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang') 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 +.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: -- cgit v1.2.3