summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-03-12 15:09:51 +0000
committerSteve Wills <swills@FreeBSD.org>2011-03-12 15:09:51 +0000
commit85c56ef71087ab08c97103982265db9642c772e0 (patch)
treebaad1c562d919f147d170b150d8a33a561fac409
parentFix a bug where animated GIF's would blink. (diff)
Disable Capabilities globally since it is broken
PR: ports/155235 Submitted by: Scot Hetzel <swhetzel at gmail.com> Approved by: kwm (multimedia@)
Notes
Notes: svn path=/head/; revision=270738
-rw-r--r--audio/pulseaudio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index c8d240134396..20f209635f11 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -73,6 +73,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_daemon_main.c \
${FILESDIR}/extra-patch-src_pulse_context.c
.endif
+CONFIGURE_ARGS+= --without-caps
+
.if defined(WITH_JACK)
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
PLIST_SUB+= JACK=""