summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:53:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:53:51 +0000
commitce3d881cbed80fde4a036819edd3288f2c9b4701 (patch)
treea247370aef583c7462bfcbb502109100d08962b3 /lang
parentBROKEN on alpha: Does not build (diff)
Does not compile on alpha
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125647
Diffstat (limited to 'lang')
-rw-r--r--lang/egcs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile
index 06e618739d36..d57ae7be3742 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