diff options
Diffstat (limited to 'www-client/firefox/firefox-115.4.0.ebuild')
-rw-r--r-- | www-client/firefox/firefox-115.4.0.ebuild | 4 |
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 |