summaryrefslogtreecommitdiff
path: root/lang/pnet-base
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-19 01:12:30 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-19 01:12:30 +0000
commitf5b394c5e8b5540382aedaf3b665e22f698aea91 (patch)
tree2e1ee2acf82658d501c438b6cfae56bbfee11b76 /lang/pnet-base
parent* Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html for (diff)
Mark BROKEN on everything but i386 and (hopefully) alpha
since internal libffi fails. Obtained from: devel/libffi Pointed out by: pointy hat via kris
Notes
Notes: svn path=/head/; revision=124447
Diffstat (limited to 'lang/pnet-base')
-rw-r--r--lang/pnet-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile
index 91ea7998c860..64b45d3cd40f 100644
--- a/lang/pnet-base/Makefile
+++ b/lang/pnet-base/Makefile
@@ -45,8 +45,8 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \
.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
-BROKEN= Coredump during build on alpha
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Configure fails on !i386 and !alpha"
.endif
post-everything::