# HG changeset patch # User Volker Grabsch # Date 1236347263 -3600 # Node ID 25d36cc629f6b8b1b70dc271e7b98868056974f0 # Parent 6b9ea2440ba52321867ef68a0857f9c75b42e22d portability fix for BSD and OSX diff -r 6b9ea2440ba5 -r 25d36cc629f6 src/gettext.mk --- 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