Commit a511a54f authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: build the correct libiconv for OS X

parent 0ade5cec
...@@ -460,7 +460,11 @@ fribidi: fribidi-$(FRIBIDI_VERSION).tar.gz ...@@ -460,7 +460,11 @@ fribidi: fribidi-$(FRIBIDI_VERSION).tar.gz
patch -p0 < Patches/fribidi.patch patch -p0 < Patches/fribidi.patch
( cd $@; rm -f configure; ./bootstrap) ( cd $@; rm -f configure; ./bootstrap)
ifdef HAVE_MACOSX
.fribidi: fribidi .iconv-from-os
else
.fribidi: fribidi .iconv .fribidi: fribidi .iconv
endif
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --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