From b3363ecf654aaad356267dec3e9492cc04830086 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 1 Oct 2007 09:52:51 +0000 Subject: Mark as broken on gcc4.2. --- lang/xsb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/xsb') diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile index 7204f8b8c13d..a0fcba573685 100644 --- a/lang/xsb/Makefile +++ b/lang/xsb/Makefile @@ -28,6 +28,10 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \ .include +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} != "i386" && ${ARCH} != "sparc64" BROKEN= "Does not compile on !i386 and !sparc64" .endif -- cgit v1.2.3