diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 09:04:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 09:04:59 +0800 |
commit | 60fe1575c2bbb45b2167f3ae61fc3a6e05f75789 (patch) | |
tree | a4ee2fc248f5123ad3904e5238786dd686baaa30 /lang | |
parent | 91e079d51332e587e9cdd5c0942876ea5736990d (diff) | |
download | freebsd-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/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 |