summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-04-13 03:00:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-13 03:00:26 (GMT)
commitdf58778c9e66204e7c51fc59472fc7625d17d6f9 (patch)
treea517a799c38f5ee1422f151a8ad53fce8626ff95 /src
parent2c41312bec16d925f2cc7c46d61f514471b09efb (diff)
downloadmxe-df58778c9e66204e7c51fc59472fc7625d17d6f9.zip
mxe-df58778c9e66204e7c51fc59472fc7625d17d6f9.tar.gz
mxe-df58778c9e66204e7c51fc59472fc7625d17d6f9.tar.bz2
package harfbuzz: disable native icu-config detection
Diffstat (limited to 'src')
-rw-r--r--src/harfbuzz.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk
index 648e178..9fa778b 100644
--- a/src/harfbuzz.mk
+++ b/src/harfbuzz.mk
@@ -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