Commit a88f5170 authored by Rafaël Carré's avatar Rafaël Carré

contrib: freetype: disable PNG

parent 03b93736
......@@ -19,6 +19,6 @@ freetype: freetype-$(FREETYPE2_VERSION).tar.gz .sum-freetype2
.freetype2: freetype
sed -i.orig s/-ansi// $</builds/unix/configure
cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --without-png $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment