summaryrefslogtreecommitdiff
path: root/core/gettext
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:39:23 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:39:23 -0300
commite698dfa34a00894b7e3cda64d79796f42f94a738 (patch)
treefc1cde99f43b1935d34936709103a16394da7d57 /core/gettext
parent2c94bd2955b56b177726687b71d4b443a8e1a9f3 (diff)
updates
Diffstat (limited to 'core/gettext')
-rw-r--r--core/gettext/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 11409ea5d..1beb44222 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gettext
pkgver=0.18.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/gettext/"
@@ -19,7 +19,7 @@ md5sums=('3dd55b952826d2b32f51308f2f91aa89')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/libexpat.so.0/libexpat.so.1/' gettext-tools/src/x-glade.c
- ./configure --prefix=/usr --enable-csharp
+ ./configure --build=$CHOST --prefix=/usr --enable-csharp
make
}