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

contrib: freetype: fix installation

parent b64f5e0b
......@@ -20,5 +20,5 @@ 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 $< && $(MAKE) install
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