Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-04-18 16:46:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-04-18 16:46:23 +0200
commit705fb123217dd4bff04de746c2899dcd9098ef13 (patch)
tree65398b20703714fdd7201fde315dee314e7689a3
parent47e0e4fe0cbecb518765c3ea106e31ac6e7b90ab (diff)
core/gettext: forced rebuild for icu73 on i486
-rw-r--r--core/gettext/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 293168a4..296626f3 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -5,3 +5,9 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# rebuilding gettext needs emacs which needs icu73
+if [ "${CARCH}" = "i486" ]; then
+ makedepends+=(icu73)
+fi
+