index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-21 09:14:24 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-21 09:14:24 +0100 |
commit | 60ed4382d13bc9513ad9153cb1297643223fd999 (patch) | |
tree | cfe78fe5f8469f334aa8fce08b4afba694005f2e /core | |
parent | c84d9adf3479f0543ad13205b64205f21d725863 (diff) |
-rw-r--r-- | core/gettext/PKGBUILD | 9 |
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| + ' +)" |