diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:52:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:52:51 +0000 |
commit | b3363ecf654aaad356267dec3e9492cc04830086 (patch) | |
tree | 9e2422bb0f8c8afb25851813d0bcd7875f874cdb /lang/xsb | |
parent | Make this unconditionally depend on gcc3.4 while gcc4.2 problems are (diff) |
Mark as broken on gcc4.2.
Diffstat (limited to 'lang/xsb')
-rw-r--r-- | lang/xsb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |