diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 01:04:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 01:04:59 +0000 |
commit | 0838370b3ac7d1c61e6837c00c2a050400ef534c (patch) | |
tree | 5c182522de558353d2fa42c8f32ffb487716f741 /lang/ccscript/Makefile | |
parent | Mark as broken on gcc4.2 on 64-bit archs. Build status on i386 unknown. (diff) |
Mark as broken on gcc4.2.
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 11ca96ba502d..dac4905c7fc9 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -30,6 +30,10 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif |