diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 08:53:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 08:53:51 +0800 |
commit | 85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90 (patch) | |
tree | 3505457011450743f1f55d3bc152924e8fb18a25 /lang | |
parent | 0bbc74e6206e3f03088c02458c3630b8e4dd5674 (diff) | |
download | freebsd-ports-graphics-85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90.tar.gz freebsd-ports-graphics-85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90.tar.zst freebsd-ports-graphics-85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90.zip |
Does not compile on alpha
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/egcs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 06e618739d3..d57ae7be374 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -27,6 +27,10 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif |