diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-07 14:27:22 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-07 14:27:37 +0100 |
commit | 85b7df68f0cc4bb15f019a2d59bcb52e89622913 (patch) | |
tree | 4b2c94824f861d912052da9addc0a5829af930aa /www-client | |
parent | app-editors/xemacs: Fix configure warning, EAPI bump (diff) | |
download | gentoo-85b7df68f0cc4bb15f019a2d59bcb52e89622913.tar.gz gentoo-85b7df68f0cc4bb15f019a2d59bcb52e89622913.tar.bz2 gentoo-85b7df68f0cc4bb15f019a2d59bcb52e89622913.zip |
www-client/seamonkey: Attempt to fix build with USE="-pulseaudio"
Bug: https://bugs.gentoo.org/711748
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.1.ebuild b/www-client/seamonkey/seamonkey-2.53.1.ebuild index 0ff8e3834acf..7025807df72c 100644 --- a/www-client/seamonkey/seamonkey-2.53.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.1.ebuild @@ -331,6 +331,7 @@ src_configure() { mozconfig_use_enable pulseaudio # force the deprecated alsa sound code if pulseaudio is disabled if use kernel_linux && ! use pulseaudio ; then + mozconfig_annotate '-pulseaudio' --disable-pulseaudio mozconfig_annotate '-pulseaudio' --enable-alsa fi |