From 6159854379d65ed3a12c56465bd11ded64be5998 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Jul 19 2021 19:35:59 +0000 Subject: wip iceweasel --- diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 6b788ca..42c0fdb 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'