package harfbuzz: disable native icu-config detection

This commit is contained in:
Tony Theodore 2013-04-13 13:00:26 +10:00
parent 2c41312bec
commit df58778c9e
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--enable-static \
ac_cv_path_icu_config=/bin/false
ICU_CONFIG=/bin/false
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef