diff options
Diffstat (limited to 'net/b2bua/Makefile')
-rw-r--r-- | net/b2bua/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 3be54f768ec5..4f53ed977847 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -31,10 +31,6 @@ 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 |