diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-02-10 13:09:00 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-02-10 13:09:00 -0600 |
commit | f856148b6aba393f6101780a3955dec7cd60e9b5 (patch) | |
tree | 54b479c225b2bc36613aeb165126acf06b923b8c /libre/icecat | |
parent | 31f8e9181d69750471343934bda9d1701017e67f (diff) | |
download | abslibre-f856148b6aba393f6101780a3955dec7cd60e9b5.tar.gz abslibre-f856148b6aba393f6101780a3955dec7cd60e9b5.tar.bz2 abslibre-f856148b6aba393f6101780a3955dec7cd60e9b5.zip |
icecat: import temporary fix for armv7h build
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 5 |
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 |