From 67cf7ea7e5c2244092708d5205587357f4f73f46 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 4 Dec 2009 05:48:37 +0000 Subject: Mark as broken on sparc64. Hat: portmgr --- net/asterisk-bristuff/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net') diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index 5a7dce040c67..18a44043a76a 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -75,6 +75,10 @@ OPTIONS+= ZAPTEL "Enable Zaptel support" on .include "$(PORTSDIR)/Mk/bsd.port.options.mk" .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: does not create codec_dahdi.so +.endif + .if !defined(WITH_H323) PLIST_SUB+= WITH_H323="@comment " CONFIGURE_ARGS+= --without-h323 -- cgit