commit: 572f568ee28ddaefff972eb079ffd5fe85559250
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 12:50:04 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 12:50:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572f568e
mail-client/thunderbird: sync the x86-glibc "fix" from firefox-esr
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
mail-client/thunderbird/thunderbird-115.4.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
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