aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 09:04:59 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 09:04:59 +0800
commit60fe1575c2bbb45b2167f3ae61fc3a6e05f75789 (patch)
treea4ee2fc248f5123ad3904e5238786dd686baaa30 /lang
parent91e079d51332e587e9cdd5c0942876ea5736990d (diff)
downloadfreebsd-ports-gnome-60fe1575c2bbb45b2167f3ae61fc3a6e05f75789.tar.gz
freebsd-ports-gnome-60fe1575c2bbb45b2167f3ae61fc3a6e05f75789.tar.zst
freebsd-ports-gnome-60fe1575c2bbb45b2167f3ae61fc3a6e05f75789.zip
Mark as broken on gcc4.2.
Diffstat (limited to 'lang')
-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