aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc30
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
commitbc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch)
tree6198944537e2605f2a41371bfe1a13fd435427bc /lang/gcc30
parent8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff)
downloadports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.gz
ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.zip
Notes
Diffstat (limited to 'lang/gcc30')
-rw-r--r--lang/gcc30/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile
index 6ac80a4666cc..661db39a3387 100644
--- a/lang/gcc30/Makefile
+++ b/lang/gcc30/Makefile
@@ -30,6 +30,10 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.else