comparison 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
comparison
equal deleted inserted replaced
278:6b9ea2440ba5 279:25d36cc629f6
19 # native build for gettext-tools 19 # native build for gettext-tools
20 cd '$(1)/gettext-tools' && ./configure \ 20 cd '$(1)/gettext-tools' && ./configure \
21 --disable-shared \ 21 --disable-shared \
22 --prefix='$(PREFIX)' \ 22 --prefix='$(PREFIX)' \
23 --disable-threads \ 23 --disable-threads \
24 --with-included-gettext \
25 --with-included-glib \
26 --with-included-libcroco \
27 --with-included-libxml \
28 --with-included-regex \
24 --without-libpth-prefix \ 29 --without-libpth-prefix \
25 --without-libiconv-prefix \
26 --without-libintl-prefix \
27 --without-libglib-2.0-prefix \
28 --without-libcroco-0.6-prefix \
29 --without-libxml2-prefix \
30 --without-libncurses-prefix \ 30 --without-libncurses-prefix \
31 --without-libtermcap-prefix \ 31 --without-libtermcap-prefix \
32 --without-libxcurses-prefix \ 32 --without-libxcurses-prefix \
33 --without-libcurses-prefix \ 33 --without-libcurses-prefix \
34 --without-included-regex \
35 --without-libexpat-prefix \ 34 --without-libexpat-prefix \
36 --without-emacs 35 --without-emacs
37 $(MAKE) -C '$(1)/gettext-tools' -j '$(JOBS)' SHELL=bash 36 $(MAKE) -C '$(1)/gettext-tools' -j '$(JOBS)' SHELL=bash
38 $(MAKE) -C '$(1)/gettext-tools/src' -j 1 SHELL=bash lib_LTLIBRARIES= install-binPROGRAMS 37 $(MAKE) -C '$(1)/gettext-tools/src' -j 1 SHELL=bash lib_LTLIBRARIES= install-binPROGRAMS
39 # cross build for gettext-runtime 38 # cross build for gettext-runtime