commit:     85b7df68f0cc4bb15f019a2d59bcb52e89622913
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 13:27:22 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 13:27:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b7df68

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 <AT> gentoo.org>

 www-client/seamonkey/seamonkey-2.53.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/seamonkey/seamonkey-2.53.1.ebuild 
b/www-client/seamonkey/seamonkey-2.53.1.ebuild
index 0ff8e3834ac..7025807df72 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
 

Reply via email to