vlc/vlc-2.2 | branch: master | Rafaël Carré <fun...@videolan.org> | Sun May 24 
10:04:02 2015 +0200| [c76dda3bc369fc4202b7e057458dbaf918b37cfe] | committer: 
Jean-Baptiste Kempf

contrib: harfbuzz: don't use host-specific icu-config

(cherry picked from commit 8c33da5ae9106964e1b21877f6724b108de44462)
Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=c76dda3bc369fc4202b7e057458dbaf918b37cfe
---

 contrib/src/harfbuzz/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 27149d4..a7ad2ed 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -24,6 +24,6 @@ DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
 
 .harfbuzz: harfbuzz
        cd $< && env NOCONFIGURE=1 sh autogen.sh
-       cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) 
--with-icu=no
+       cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) 
ICU_CONFIG=no
        cd $< && $(MAKE) install
        touch $@

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to