summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-21 09:14:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-21 09:14:24 +0100
commit60ed4382d13bc9513ad9153cb1297643223fd999 (patch)
treecfe78fe5f8469f334aa8fce08b4afba694005f2e /core
parentc84d9adf3479f0543ad13205b64205f21d725863 (diff)
downloadpackages-60ed4382d13bc9513ad9153cb1297643223fd999.tar.xz
core/gettext: temporarily remove dependency on emacs
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|
+ '
+)"