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:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 21:13:25 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 21:13:25 +0100
commit8c78dde6aa4e2262778d7c84b6f1d0bf171e96f7 (patch)
tree460d55d7bf1ca7c9492b660eb6676bd17f091d34 /core/gettext/PKGBUILD
parentbc8f5dfda8d11e0bdfe2d80b00d5d7fadc61496a (diff)
core/gettext: disabling building emacs things for now
Diffstat (limited to 'core/gettext/PKGBUILD')
-rw-r--r--core/gettext/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 5a2c876d..be7f41e3 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -10,3 +10,6 @@ eval "$(
if [ "${CARCH}" = "i486" ]; then
makedepends+=(icu73)
fi
+
+# currrenly broken around libsitter
+makedepends=(${makedepends[@]//emacs/})