index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-18 16:46:23 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-18 16:46:23 +0200 |
commit | 705fb123217dd4bff04de746c2899dcd9098ef13 (patch) | |
tree | 65398b20703714fdd7201fde315dee314e7689a3 /core/gettext | |
parent | 47e0e4fe0cbecb518765c3ea106e31ac6e7b90ab (diff) |
-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 + |