comparison src/gtksourceviewmm.mk @ 1233:cc6c5d009f44

portability fix for gtksourceviewmm
author Tony Theodore <tonyt@logyst.com>
date Thu, 30 Sep 2010 20:58:48 +1000
parents b62218b0ea3c
children aac4845d716a
comparison
equal deleted inserted replaced
1232:e4a47d3a7ed6 1233:cc6c5d009f44
23 # wine confuses the cross-compiling detection, so set it explicitly 23 # wine confuses the cross-compiling detection, so set it explicitly
24 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' 24 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
25 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
26 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
27 --prefix='$(PREFIX)/$(TARGET)' \ 27 --prefix='$(PREFIX)/$(TARGET)' \
28 --disable-shared 28 --disable-shared \
29 MAKE=$(MAKE)
29 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 30 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
30 endef 31 endef