summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-115.4.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-115.4.1.ebuild b/mail-client/thunderbird/thunderbird-115.4.1.ebuild
index e4f3e9cdd119..1fb6c7dc8963 100644
--- a/mail-client/thunderbird/thunderbird-115.4.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-115.4.1.ebuild
@@ -606,6 +606,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