aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 08:02:45 +0800
committerkris <kris@FreeBSD.org>2004-02-17 08:02:45 +0800
commitd96847eacff38acac1e77bfab1815954232be273 (patch)
tree0d25ffc61c79c93f337ada64c8a345999c909417
parent15a66039d76c46cc15300ad2b788682a6bad1440 (diff)
downloadfreebsd-ports-graphics-d96847eacff38acac1e77bfab1815954232be273.tar.gz
freebsd-ports-graphics-d96847eacff38acac1e77bfab1815954232be273.tar.zst
freebsd-ports-graphics-d96847eacff38acac1e77bfab1815954232be273.zip
BROKEN on alpha 5.x: does not compile
-rw-r--r--lang/gcc295/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index 9ec0b4a22b8..c2582774d87 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