aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbfd
diff options
context:
space:
mode:
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 f87bccec723..a858ab37654 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -41,4 +41,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>