comparison src/wxwidgets.mk @ 634:891ee2b83294

update version of package libpng
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 12 Jan 2010 13:57:46 +0100
parents 678687647a17
children dab071eac9c0
comparison
equal deleted inserted replaced
633:cfaacd7e3cc3 634:891ee2b83294
35 $(SED) -n 's,.*wxMSW-\([0-9][^>]*\)\.tar.*,\1,p' | \ 35 $(SED) -n 's,.*wxMSW-\([0-9][^>]*\)\.tar.*,\1,p' | \
36 tail -1 36 tail -1
37 endef 37 endef
38 38
39 define $(PKG)_BUILD 39 define $(PKG)_BUILD
40 $(SED) 's,png_check_sig,png_sig_cmp,g' -i '$(1)/configure'
40 $(SED) 's,wx_cv_cflags_mthread=yes,wx_cv_cflags_mthread=no,' -i '$(1)/configure' 41 $(SED) 's,wx_cv_cflags_mthread=yes,wx_cv_cflags_mthread=no,' -i '$(1)/configure'
41 cd '$(1)' && ./configure \ 42 cd '$(1)' && ./configure \
42 --host='$(TARGET)' \ 43 --host='$(TARGET)' \
43 --disable-shared \ 44 --disable-shared \
44 --prefix='$(PREFIX)/$(TARGET)' \ 45 --prefix='$(PREFIX)/$(TARGET)' \
78 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= __install_wxrc___depname= 79 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= __install_wxrc___depname=
79 $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/wx-config' '$(PREFIX)/bin/$(TARGET)-wx-config' 80 $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/wx-config' '$(PREFIX)/bin/$(TARGET)-wx-config'
80 81
81 # build the wxWidgets variant without unicode support 82 # build the wxWidgets variant without unicode support
82 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,wxwidgets) 83 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,wxwidgets)
84 $(SED) 's,png_check_sig,png_sig_cmp,g' -i '$(1)/$(wxwidgets_SUBDIR)/configure'
83 $(SED) 's,wx_cv_cflags_mthread=yes,wx_cv_cflags_mthread=no,' -i '$(1)/$(wxwidgets_SUBDIR)/configure' 85 $(SED) 's,wx_cv_cflags_mthread=yes,wx_cv_cflags_mthread=no,' -i '$(1)/$(wxwidgets_SUBDIR)/configure'
84 cd '$(1)/$(wxwidgets_SUBDIR)' && ./configure \ 86 cd '$(1)/$(wxwidgets_SUBDIR)' && ./configure \
85 --host='$(TARGET)' \ 87 --host='$(TARGET)' \
86 --disable-shared \ 88 --disable-shared \
87 --prefix='$(PREFIX)/$(TARGET)' \ 89 --prefix='$(PREFIX)/$(TARGET)' \