commit:     47b175077b3677e38fdad36f3896096084077d51
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 17:15:22 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 17:15:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b17507

www-client/firefox: fix 115.4.0's x86 compilation

 - remove a musl patch that breaks x86 on glibc.
   https://bugzilla.mozilla.org/show_bug.cgi?id=1853580

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-115.4.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www-client/firefox/firefox-115.4.0.ebuild 
b/www-client/firefox/firefox-115.4.0.ebuild
index ce8a2c9917a3..0401538df5e1 100644
--- a/www-client/firefox/firefox-115.4.0.ebuild
+++ b/www-client/firefox/firefox-115.4.0.ebuild
@@ -658,6 +658,10 @@ src_prepare() {
                rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die
        fi
 
+       if use x86 && use elibc_glibc ; then
+               rm -v 
"${WORKDIR}"/firefox-patches/*-musl-non-lfs64-api-on-audio_thread_priority-crate.patch
 || die
+       fi
+
        eapply "${WORKDIR}/firefox-patches"
 
        # Allow user to apply any additional patches without modifing ebuild

Reply via email to