Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/gettext/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/gettext/PKGBUILD')
-rw-r--r--core/gettext/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 293168a4..5a2c876d 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -5,3 +5,8 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# rebuilding gettext needs emacs which needs icu73
+if [ "${CARCH}" = "i486" ]; then
+ makedepends+=(icu73)
+fi