summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-07-17 22:42:11 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-07-18 21:22:54 -0400
commit1e25aabf3edc2d27ad6ef902285c780c7d952db1 (patch)
tree75156a68505b56584f85233340627db21cfd2844 /libre/iceweasel/PKGBUILD
parentf27e0876b3ced74ad049402ebfc1e82691769794 (diff)
[iceweasel]: tweak for armv7h
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 4a17b1b21..eede40c04 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -248,8 +248,6 @@ readonly _SHOULD_USE_GCC=$(case "${CARCH}" in armv7h) echo 1 ;; *) echo 0 ;; esa
case "${CARCH}" in
armv7h)
makedepends=( ${makedepends[*]/wasi-*/} ) # armv7h has no wasi compiler
-
- depends+=( icu=72.1 ) # --with-system-icu
;;
esac