Commit a5b222b7 authored by Eric Petit's avatar Eric Petit

contrib/src/Makefile: fixed fribidi build on OS X != 10.2

parent 7ffe1b74
...@@ -306,10 +306,10 @@ fribidi-$(FRIBIDI_VERSION).tar.gz: ...@@ -306,10 +306,10 @@ fribidi-$(FRIBIDI_VERSION).tar.gz:
fribidi: fribidi-$(FRIBIDI_VERSION).tar.gz fribidi: fribidi-$(FRIBIDI_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
patch -p 0 < Patches/fribidi.patch patch -p 0 < Patches/fribidi.patch.real
.fribidi: fribidi .fribidi: fribidi
(cd $<; ./configure --prefix=$(PREFIX) && make && make install) (cd $<; ./bootstrap && ./configure --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME) $(INSTALL_NAME)
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