aboutsummaryrefslogtreecommitdiff
path: root/devel/gccxml
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 05:16:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 05:16:19 +0000
commit686a04b74abcca3ca33bbecfc6929632e092e84a (patch)
tree3b8958b1bb3cc35feca131ed85cc953e08b14c9d /devel/gccxml
parent08a2e61d8a80056b49456688a226da265e78733a (diff)
downloadports-686a04b74abcca3ca33bbecfc6929632e092e84a.tar.gz
ports-686a04b74abcca3ca33bbecfc6929632e092e84a.zip
Notes
Diffstat (limited to 'devel/gccxml')
-rw-r--r--devel/gccxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile
index ef1dc5bc0cf4..b64f510d76d9 100644
--- a/devel/gccxml/Makefile
+++ b/devel/gccxml/Makefile
@@ -37,8 +37,8 @@ do-configure:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
-BROKEN= Build fails on alpha
+.if ${ARCH} == "powerpc"
+BROKEN= Build fails on powerpc
.elif ${OSVERSION} >= 700042
# GCC-XML has some constructs that GCC 4.2 does not like. Namely,
# the use of casted-pointer-dereferences as an lvalue to post-increment