index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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| + ' +)" |