From cf9fb04ec9489558989dbba2efe1c17dedc9d410 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 9 Feb 2006 23:14:29 +0000 Subject: BROKEN on amd64 7.0: Infinite loop during build --- net/b2bua/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/b2bua') diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 4f53ed977847..3be54f768ec5 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -31,6 +31,10 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \ BROKEN= "Does not compile on sparc64" .endif +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= Infinite loop during build on amd64 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \ ${PREFIX}/bin -- cgit v1.2.3