diff src/gettext.mk @ 279:25d36cc629f6

portability fix for BSD and OSX
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 06 Mar 2009 14:47:43 +0100
parents 5bf9071e67b6
children 031e0fb7cd7f
line wrap: on
line diff
--- a/src/gettext.mk	Fri Mar 06 05:37:08 2009 +0100
+++ b/src/gettext.mk	Fri Mar 06 14:47:43 2009 +0100
@@ -21,17 +21,16 @@
         --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