diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 08:02:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 08:02:45 +0800 |
commit | d96847eacff38acac1e77bfab1815954232be273 (patch) | |
tree | 0d25ffc61c79c93f337ada64c8a345999c909417 | |
parent | 15a66039d76c46cc15300ad2b788682a6bad1440 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |