summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 01:04:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 01:04:59 +0000
commit0838370b3ac7d1c61e6837c00c2a050400ef534c (patch)
tree5c182522de558353d2fa42c8f32ffb487716f741 /lang/ccscript/Makefile
parentMark as broken on gcc4.2 on 64-bit archs. Build status on i386 unknown. (diff)
Mark as broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=200573
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile4
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