Skip to content

Commit

Permalink
contrib: freetype: disable PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Aug 9, 2013
1 parent 03b9373 commit a88f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/freetype2/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit a88f517

Please sign in to comment.