summaryrefslogtreecommitdiffstats
path: root/src/gettext.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-06 13:47:43 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-06 13:47:43 (GMT)
commitaf87aaf9c5f187cb773c7c37d6d7d379954ee816 (patch)
tree2be27af4876e7b5e2a5cdd530178d5fc4847dc3a /src/gettext.mk
parent6f4ae758b3fe8492f05beff191f46694c3e2c960 (diff)
downloadmxe-af87aaf9c5f187cb773c7c37d6d7d379954ee816.zip
mxe-af87aaf9c5f187cb773c7c37d6d7d379954ee816.tar.gz
mxe-af87aaf9c5f187cb773c7c37d6d7d379954ee816.tar.bz2
portability fix for BSD and OSX
Diffstat (limited to 'src/gettext.mk')
-rw-r--r--src/gettext.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/gettext.mk b/src/gettext.mk
index 70f2f42..0ad842d 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -21,17 +21,16 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)' \
--disable-threads \
+ --with-included-gettext \
+ --with-included-glib \
+ --with-included-libcroco \
+ --with-included-libxml \
+ --with-included-regex \
--without-libpth-prefix \
- --without-libiconv-prefix \
- --without-libintl-prefix \
- --without-libglib-2.0-prefix \
- --without-libcroco-0.6-prefix \
- --without-libxml2-prefix \
--without-libncurses-prefix \
--without-libtermcap-prefix \
--without-libxcurses-prefix \
--without-libcurses-prefix \
- --without-included-regex \
--without-libexpat-prefix \
--without-emacs
$(MAKE) -C '$(1)/gettext-tools' -j '$(JOBS)' SHELL=bash