summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/gettext/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
new file mode 100644
index 00000000..46d74ef3
--- /dev/null
+++ b/core/gettext/PKGBUILD
@@ -0,0 +1,9 @@
+# temporary to emacs (due to icu problems)
+makedepends=(${makedepends[@]//emacs/})
+
+eval "$(
+ declare -f build | \
+ sed '
+ s|./configure|./configure --without-emacs|
+ '
+)"