aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbfd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-20 08:11:19 +0800
committerkris <kris@FreeBSD.org>2006-01-20 08:11:19 +0800
commit9454c40b30478a878e9ef35014b736d8abcb4bb9 (patch)
treec828f8112e4393baf1fc72213c9685b2d9c4bf99 /devel/libbfd
parent24e45dc49a8eb1bf5c1c3668948f64301d8e8816 (diff)
downloadfreebsd-ports-gnome-9454c40b30478a878e9ef35014b736d8abcb4bb9.tar.gz
freebsd-ports-gnome-9454c40b30478a878e9ef35014b736d8abcb4bb9.tar.zst
freebsd-ports-gnome-9454c40b30478a878e9ef35014b736d8abcb4bb9.zip
BROKEN on amd64: Configure fails
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 f87bccec7233..a858ab37654d 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>