summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 00:02:45 +0000
committerkris <kris@FreeBSD.org>2004-02-17 00:02:45 +0000
commitd96847eacff38acac1e77bfab1815954232be273 (patch)
tree0d25ffc61c79c93f337ada64c8a345999c909417 /lang
parent15a66039d76c46cc15300ad2b788682a6bad1440 (diff)
downloadFreeBSD-ports-d96847eacff38acac1e77bfab1815954232be273.zip
FreeBSD-ports-d96847eacff38acac1e77bfab1815954232be273.tar.gz
BROKEN on alpha 5.x: does not compile
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc295/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index 9ec0b4a..c258277 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -29,6 +29,10 @@ LATEST_LINK= gcc295
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
GCC_REV= ${DISTNAME:S/gcc-//g:S/.test3//g}
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}
LIBSTDCPP_REV= 2100
OpenPOWER on IntegriCloud