From 7ee27456e2684ea8fc924497c44049dd1ad15925 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 19 Nov 2019 06:15:35 +0000 Subject: Tue Nov 19 06:15:35 UTC 2019 d/rust-1.39.0-x86_64-1.txz: Upgraded. --- source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild') diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 43a454224..ef593e774 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -178,6 +178,10 @@ zcat $CWD/tb.ui.scrollToClick.diff.gz | patch -p1 --verbose || exit 1 # Fix building with latest Rust: zcat $CWD/unbreakdocs.diff.gz | patch -p1 --verbose || exit 1 +zcat $CWD/thunderbird-rust-1.39.x.patch.gz | patch -p0 --verbose || exit 1 + +# Fix a build failure caused by node.js: +zcat $CWD/firefox.node.py.patch.gz | patch -p1 --verbose || exit 1 # Bypass a test that fails the build: zcat $CWD/gkrust.a.no.networking.check.diff.gz | patch -p1 --verbose || exit 1 -- cgit v1.2.3