BROKEN on amd64: Configure fails

This commit is contained in:
Kris Kennaway 2006-01-20 00:11:19 +00:00
parent 71069ab9f2
commit eeebfe0ac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153940

View file

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