diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-06-13 15:58:25 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-07-19 15:35:59 -0400 |
commit | 6159854379d65ed3a12c56465bd11ded64be5998 (patch) | |
tree | ee0b469f6f773da9f4732e8139cfd1d8f211b472 /libre/iceweasel | |
parent | 082933964e8e4dbc17ad62120be6359ec4eadd2a (diff) | |
download | abslibre-6159854379d65ed3a12c56465bd11ded64be5998.tar.gz abslibre-6159854379d65ed3a12c56465bd11ded64be5998.tar.bz2 abslibre-6159854379d65ed3a12c56465bd11ded64be5998.zip |
wip iceweasel
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 7 |
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' |