diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 08:11:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 08:11:19 +0800 |
commit | 9454c40b30478a878e9ef35014b736d8abcb4bb9 (patch) | |
tree | c828f8112e4393baf1fc72213c9685b2d9c4bf99 /devel/libbfd | |
parent | 24e45dc49a8eb1bf5c1c3668948f64301d8e8816 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |