summaryrefslogtreecommitdiffstats
path: root/patches/source/seamonkey/seamonkey.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-31 21:52:46 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-01 13:30:32 +0200
commitb64d3ecbf3f117db6e40a797cb7da1f429b449e4 (patch)
tree90f6912bc1929d691234e59a9ab68c521a3eb690 /patches/source/seamonkey/seamonkey.SlackBuild
parentb15eb44ef7c03e0cb238a9f9c28ea30c5ff057bc (diff)
downloadcurrent-b64d3ecbf3f117db6e40a797cb7da1f429b449e4.tar.gz
current-b64d3ecbf3f117db6e40a797cb7da1f429b449e4.tar.xz
Mon Jul 31 21:52:46 UTC 202320230731215246_15.0
patches/packages/mozilla-thunderbird-102.13.1-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.13.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-28/ https://www.cve.org/CVERecord?id=CVE-2023-3417 (* Security fix *) patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.17 (* Security fix *)
Diffstat (limited to 'patches/source/seamonkey/seamonkey.SlackBuild')
-rwxr-xr-xpatches/source/seamonkey/seamonkey.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/source/seamonkey/seamonkey.SlackBuild b/patches/source/seamonkey/seamonkey.SlackBuild
index 91bf854da..7de48f1f9 100755
--- a/patches/source/seamonkey/seamonkey.SlackBuild
+++ b/patches/source/seamonkey/seamonkey.SlackBuild
@@ -135,6 +135,11 @@ zcat $CWD/sm.ui.scrollToClick.diff.gz | patch -p2 --verbose || exit 1
# requirement seriously:
zcat $CWD/seamonkey.minimum_rust_version.diff.gz | patch -p1 --verbose || exit 1
+# Fix header mismatch on x86 with GCC:
+if [ "$ARCH" = "i686" -a "$CC" = "gcc" ]; then
+ zcat $CWD/double_t.x86.diff.gz | patch -p1 --verbose || exit 1
+fi
+
# Make sure the perms/ownerships are sane:
chown -R root:root .
find . \