aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-07-15 06:43:57 +0800
committergerald <gerald@FreeBSD.org>2005-07-15 06:43:57 +0800
commitbbbb1ccffec1c57525df6571e9f8e40548593b06 (patch)
tree0f705dbb2455b1ef1d43f9f8cfc887adfc8d495a
parenta719c18d5f6b59d7db89437b11fd677c5fd3ed89 (diff)
downloadfreebsd-ports-gnome-bbbb1ccffec1c57525df6571e9f8e40548593b06.tar.gz
freebsd-ports-gnome-bbbb1ccffec1c57525df6571e9f8e40548593b06.tar.zst
freebsd-ports-gnome-bbbb1ccffec1c57525df6571e9f8e40548593b06.zip
IGNORE on 7.x and above.
-rw-r--r--lang/gcc33/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index c26c4d7e2a34..446ad48b15f5 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -37,6 +37,9 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700000
+IGNORE= does not support FreeBSD 7.x and above
+.endif
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
BROKEN= "Bus errors in stage2; system compiler may be broken."