summaryrefslogtreecommitdiffstats
path: root/source/xap/seamonkey/seamonkey.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-06 21:25:18 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-07 08:59:53 +0100
commitaae320a395fbbe0be771ead4963da6d61e50c5ae (patch)
treeb28a177d33110ca0705d049a3bc6fac06034799e /source/xap/seamonkey/seamonkey.SlackBuild
parent1e2b70eb9ad995e99d86e49d96104c090a860709 (diff)
downloadcurrent-aae320a395fbbe0be771ead4963da6d61e50c5ae.tar.gz
current-aae320a395fbbe0be771ead4963da6d61e50c5ae.tar.xz
Fri Nov 6 21:25:18 UTC 202020201106212518
d/rust-1.47.0-x86_64-2.txz: Rebuilt. Switch back to Rust 1.47.0 now that patches are available to fix Firefox and Thunderbird. xap/mozilla-thunderbird-78.4.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.4.1/releasenotes/
Diffstat (limited to '')
-rwxr-xr-xsource/xap/seamonkey/seamonkey.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild
index feacb5c11..cd4a58f27 100755
--- a/source/xap/seamonkey/seamonkey.SlackBuild
+++ b/source/xap/seamonkey/seamonkey.SlackBuild
@@ -68,8 +68,8 @@ else
fi
# Choose a compiler (gcc/g++ or clang/clang++):
-export CC=${CC:-clang}
-export CXX=${CXX:-clang++}
+export CC=${CC:-gcc}
+export CXX=${CXX:-g++}
# -Wformat is needed for -Werror=format-security
# -fno-delete-null-pointer-checks disables gcc6 optimization that leads to instability