summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/mozilla-firefox/mozilla-firefox.SlackBuild')
-rwxr-xr-xsource/xap/mozilla-firefox/mozilla-firefox.SlackBuild24
1 files changed, 1 insertions, 23 deletions
diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
index 6796c101f..3235f0c30 100755
--- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
+++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021, 2022, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -317,28 +317,6 @@ fi
# Add the $OPTIONS above to .mozconfig:
for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done
-# Patch to match ./toolkit/components/ that have been regenerated with:
-# ./mach uniffi generate
-# This works around a build failure with 108.0 on i686. It also seems to break
-# the previously working x86_64 build, so we'll only apply it for i686.
-# Hopefully we can drop this when 108.0.1 ships.
-if [ "$ARCH" = "i686" ]; then
- zcat $CWD/regenerated-uniffi-toolkit-components.diff.gz | patch -p1 --verbose || exit 1
-fi
-
-# This is the upstream patch to fix the above issue, but unfortunately it
-# doesn't apply completely and also causes an additional crate to be downloaded
-# at build time, which won't do. I'll leave it here for reference in case
-# anyone is interested, but we'll use the above kludge instead and wait for
-# a proper fixed release from upstream for this to be correctly handled.
-#
-# [PATCH] Replace the use of Hash with a custom trait
-# The custom trait is expected to consistently give the result that Hash
-# gives on 64-bits little-endian, but on all platforms
-#( cd ./third_party/rust
-# zcat $CWD/8f889cf198ae7ffa9341423cb5a07ed39c07463a.patch.gz | patch -p1 --verbose || exit 1
-#)
-
# https://developer.mozilla.org/en-US/docs/Building_with_Profile-Guided_Optimization
# Thanks to ArchLinux and Gentoo for the additional hints.
if [ "$PGO" = "yes" ]; then