diff options
author | linimon <linimon@FreeBSD.org> | 2009-12-04 13:48:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-12-04 13:48:37 +0800 |
commit | ac62332b095c7b3e1b06acb337e9f445c890644f (patch) | |
tree | 0958dff2f060ddd2903f485af4776db294c23a49 /net | |
parent | 62caaa029e0c17dba6b3f781a76026ed872919cf (diff) | |
download | freebsd-ports-gnome-ac62332b095c7b3e1b06acb337e9f445c890644f.tar.gz freebsd-ports-gnome-ac62332b095c7b3e1b06acb337e9f445c890644f.tar.zst freebsd-ports-gnome-ac62332b095c7b3e1b06acb337e9f445c890644f.zip |
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |