diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-10-27 15:50:04 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-27 15:50:44 +0300 |
commit | 572f568ee28ddaefff972eb079ffd5fe85559250 (patch) | |
tree | 61e5f079ba59c84030f38bbe99b62a1a6eb800a5 /mail-client | |
parent | app-shells/atuin: add 17.0.0 (diff) | |
download | gentoo-572f568ee28ddaefff972eb079ffd5fe85559250.tar.gz gentoo-572f568ee28ddaefff972eb079ffd5fe85559250.tar.bz2 gentoo-572f568ee28ddaefff972eb079ffd5fe85559250.zip |
mail-client/thunderbird: sync the x86-glibc "fix" from firefox-esr
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-115.4.1.ebuild | 4 |
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 |