www-client/seamonkey: Attempt to fix build with USE="-pulseaudio"
authorLars Wendler <polynomial-c@gentoo.org>
Sat, 7 Mar 2020 13:27:22 +0000 (14:27 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sat, 7 Mar 2020 13:27:37 +0000 (14:27 +0100)
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>
www-client/seamonkey/seamonkey-2.53.1.ebuild

index 0ff8e3834acf05997f579b32a1d68dba28b0b22c..7025807df72c1e4eb47536a10c865aec54d3240d 100644 (file)
@@ -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