From 9454c40b30478a878e9ef35014b736d8abcb4bb9 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 20 Jan 2006 00:11:19 +0000 Subject: BROKEN on amd64: Configure fails --- devel/libbfd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel') 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 -- cgit