BROKEN on amd64: Configure fails

This commit is contained in:
Kris Kennaway 2004-05-30 06:54:22 +00:00
parent e352b7c102
commit 0e79f9823c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110356

View file

@ -37,4 +37,8 @@ INFO= bfd
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
.include <bsd.port.post.mk>