aboutsummaryrefslogtreecommitdiff
path: root/net/b2bua
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 21:57:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 21:57:42 +0000
commit9e07d6d1d074301886b5dbdf51e23da97e6c21b5 (patch)
tree7940999e9c2e075dd572ef843f5f86597c50fb46 /net/b2bua
parenta2ef7f24b995034652c192f79b9192af6cd6d170 (diff)
downloadports-9e07d6d1d074301886b5dbdf51e23da97e6c21b5.tar.gz
ports-9e07d6d1d074301886b5dbdf51e23da97e6c21b5.zip
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=121904
Diffstat (limited to 'net/b2bua')
-rw-r--r--net/b2bua/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile
index 2a64e226aa6f..4f53ed977847 100644
--- a/net/b2bua/Makefile
+++ b/net/b2bua/Makefile
@@ -25,6 +25,12 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \
PTHREAD_LIBNAME="${PTHREAD_LIBNAME}" \
VOCAL_USE_SYSTEM_LIBXML=true
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \
${PREFIX}/bin
@@ -35,4 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sip/b2b/b2bConfig.xml \
${PREFIX}/etc/b2bConfig.xml.sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>