Mark BROKEN on everything but i386 and (hopefully) alpha
since internal libffi fails. Obtained from: devel/libffi Pointed out by: pointy hat via kris
This commit is contained in:
parent
fe54d6209f
commit
f5b394c5e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124447
1 changed files with 2 additions and 2 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue