summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/icecat/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 30b7b25ec..c5bf394e6 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -15,7 +15,7 @@ _pgo=false
pkgname=icecat
_pkgver=45.5.1-gnu1
pkgver=${_pkgver//-/_}
-pkgrel=4
+pkgrel=4.1
pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox."
arch=(i686 x86_64 armv7h)
@@ -145,6 +145,9 @@ prepare() {
# ARM-specific changes:
if [[ "$CARCH" == arm* ]]; then
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850984
+ sed -i 's/\^\[:space:\]\*/^[[:space:]]*/' {,js/src/}configure
+
sed -i '/ac_add_options --enable-rust/d' .mozconfig
echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-elf-hack" >> .mozconfig