summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-10-26 20:15:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-10-26 20:15:22 +0300
commit47b175077b3677e38fdad36f3896096084077d51 (patch)
treebbaa5e5fc5598dd7eaca4a677e821469844af084 /www-client
parentdev-python/numexpr: Remove old (diff)
downloadgentoo-47b175077b3677e38fdad36f3896096084077d51.tar.gz
gentoo-47b175077b3677e38fdad36f3896096084077d51.tar.bz2
gentoo-47b175077b3677e38fdad36f3896096084077d51.zip
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-115.4.0.ebuild4
1 files changed, 4 insertions, 0 deletions
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