From 082933964e8e4dbc17ad62120be6359ec4eadd2a Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 11 Jun 2021 18:40:45 -0400 Subject: [iceweasel]: tweak for i686 --- libre/iceweasel/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libre/iceweasel/PKGBUILD') diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index d5d0dce2e..6b788caab 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -61,6 +61,11 @@ makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb autoconf2.13 rust clang llvm jack nodejs cbindgen nasm 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}) +fi optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' 'pulseaudio: Audio support' -- cgit v1.2.3