aboutsummaryrefslogtreecommitdiff
path: root/audio/alsa-plugins
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-03-02 22:48:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-03-02 22:48:44 +0000
commita61fabb110870079b1b2b57ada32e7e4a52da549 (patch)
tree0ecd3a90b7c3f99fc15d4ccd558265784cdd9c8e /audio/alsa-plugins
parent2c345b3f01a970592f0a6fc8219316964d58d9d4 (diff)
downloadports-a61fabb110870079b1b2b57ada32e7e4a52da549.tar.gz
ports-a61fabb110870079b1b2b57ada32e7e4a52da549.zip
audio/alsa-plugins: partially revert r380063
Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth. PR: 203732 Reported by: Henry Hu, Arto Pekkanen, many more indirectly MFH: 2015Q1
Notes
Notes: svn path=/head/; revision=409976
Diffstat (limited to 'audio/alsa-plugins')
-rw-r--r--audio/alsa-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index d0a2be20d728..b3ecc90e57ae 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -3,6 +3,7 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ALSA/plugins \
GENTOO
@@ -20,7 +21,7 @@ EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files
-OPTIONS_DEFAULT=IO_PTR
+OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR
OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX
OPTIONS_SUB= yes