diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 05:57:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 05:57:42 +0800 |
commit | 30b4e780843b1676bd0dbbcf3eb8fadd8f0722eb (patch) | |
tree | cae7b5c70b9e9a2a4a43f7c2068c52e7f6a02902 /net | |
parent | db2c6650e06ad49c360c6c5e055486409a58a16d (diff) | |
download | freebsd-ports-gnome-30b4e780843b1676bd0dbbcf3eb8fadd8f0722eb.tar.gz freebsd-ports-gnome-30b4e780843b1676bd0dbbcf3eb8fadd8f0722eb.tar.zst freebsd-ports-gnome-30b4e780843b1676bd0dbbcf3eb8fadd8f0722eb.zip |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/b2bua/Makefile | 8 |
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> |