diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 02:17:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 02:17:12 +0800 |
commit | 77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004 (patch) | |
tree | c79fe81d6c49f88169e6274f5c92c4d66c00411d /lang | |
parent | 66a08e85c82b6a0262484b20b16289f4bdb66cad (diff) | |
download | freebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.tar.gz freebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.tar.zst freebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.zip |
BROKEN on alpha: Does not compile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc295/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 8021e038f168..7a52ce60f280 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -30,6 +30,7 @@ LATEST_LINK= gcc295 .include <bsd.port.pre.mk> .if (${ARCH} == alpha) +BROKEN= "Does not compile on alpha" WITHOUT_CPU_CFLAGS= yes .endif |