summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-06-13 15:58:25 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-07-19 15:35:59 -0400
commit6159854379d65ed3a12c56465bd11ded64be5998 (patch)
treeee0b469f6f773da9f4732e8139cfd1d8f211b472 /libre/iceweasel
parent082933964e8e4dbc17ad62120be6359ec4eadd2a (diff)
wip iceweasel
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 6b788caab..42c0fdbef 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -62,9 +62,10 @@ makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
python-setuptools python-psutil python-zstandard lld dump_syms)
makedepends+=(quilt libxslt imagemagick git jq python-jsonschema)
if [[ "${CARCH}" == 'i686' ]]
-then makedepends=(${makedepends[*]/llvm/llvm10}) # FIXME: i686 configure fails with LLVM11
- # rustup: error while loading shared libraries: libLLVM-10.so
- makedepends=(${makedepends[*]/rust/rust=1:1.49.0})
+then makedepends=(${makedepends[*]/llvm/llvm10}) # FIXME: i686 configure fails with LLVM11
+ makedepends=(${makedepends[*]/clang/clang10}) # rustup: error while loading shared libraries: libLLVM-10.so
+# makedepends=(${makedepends[*]/rust/rust=1:1.49.0})
+# makedepends=(${makedepends[*]/gcc/gcc10})
fi
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'