Commit 4c25c7e1 authored by Rafaël Carré's avatar Rafaël Carré

contrib: freetype: point configure to GNU make

parent 4ea47868
...@@ -18,6 +18,6 @@ freetype: freetype-$(FREETYPE2_VERSION).tar.gz .sum-freetype2 ...@@ -18,6 +18,6 @@ freetype: freetype-$(FREETYPE2_VERSION).tar.gz .sum-freetype2
$(MOVE) $(MOVE)
.freetype2: freetype .freetype2: freetype
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ 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