aboutsummaryrefslogtreecommitdiff
path: root/devel/libbfd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 06:54:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 06:54:22 +0000
commit0e79f9823ce091c45cbd2822ac3b7baffd9d9215 (patch)
tree1b2d78e3d22c25fee1263b850c46d38b4b9c1770 /devel/libbfd
parente352b7c102aa7e49158f766009e9f19dc1436c37 (diff)
downloadports-0e79f9823ce091c45cbd2822ac3b7baffd9d9215.tar.gz
ports-0e79f9823ce091c45cbd2822ac3b7baffd9d9215.zip
BROKEN on amd64: Configure fails
Notes
Notes: svn path=/head/; revision=110356
Diffstat (limited to 'devel/libbfd')
-rw-r--r--devel/libbfd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile
index 740aad22132b..576d68cbdea3 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -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>