diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-09 23:14:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-09 23:14:29 +0000 |
commit | cf9fb04ec9489558989dbba2efe1c17dedc9d410 (patch) | |
tree | 6b77eda8704f3ec2b76b58da8018f12a9cc55586 /net/b2bua | |
parent | ec2e49fc11cf6042d682696bb9371fa2a5a09f5e (diff) | |
download | ports-cf9fb04ec9489558989dbba2efe1c17dedc9d410.tar.gz ports-cf9fb04ec9489558989dbba2efe1c17dedc9d410.zip |
Notes
Diffstat (limited to 'net/b2bua')
-rw-r--r-- | net/b2bua/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |