bugfix for package imagemagick: use cross freetype-config

This commit is contained in:
Tony Theodore 2010-10-06 17:47:40 +11:00
parent f91157f7e0
commit be52658dab
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--with-x=no
--with-x=no \
ac_cv_prog_freetype_config='$(PREFIX)/$(TARGET)/bin/freetype-config'
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS=
endef