vlc | branch: master | Rafaël Carré <[email protected]> | Sun May 24 10:04:02 2015 +0200| [8c33da5ae9106964e1b21877f6724b108de44462] | committer: Rafaël Carré
contrib: harfbuzz: don't use host-specific icu-config > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c33da5ae9106964e1b21877f6724b108de44462 --- 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 [email protected] https://mailman.videolan.org/listinfo/vlc-commits
