vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Oct 10 
07:20:42 2014 -0700| [790f9efd3b2d18d1a38b7131891150d8fc5b91fa] | committer: 
Hugo Beauzée-Luyssen

contrib: freetype2: Disable bzip2

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

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

diff --git a/contrib/src/freetype2/rules.mak b/contrib/src/freetype2/rules.mak
index 4d21876..c3f5133 100644
--- a/contrib/src/freetype2/rules.mak
+++ b/contrib/src/freetype2/rules.mak
@@ -22,6 +22,6 @@ DEPS_freetype2 = zlib $(DEPS_zlib)
 
 .freetype2: freetype
        sed -i.orig s/-ansi// $</builds/unix/configure
-       cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-harfbuzz=no 
--with-zlib=yes --without-png $(HOSTCONF)
+       cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-harfbuzz=no 
--with-zlib=yes --without-png --with-bzip2=no $(HOSTCONF)
        cd $< && $(MAKE) && $(MAKE) install
        touch $@

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to