index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/gettext/PKGBUILD | 6 |
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 + |