Commit 2b01db57 authored by Christophe Massiot's avatar Christophe Massiot

* extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format

   returned by Darwin's readdir). Probably we should send this upstream.
parent adf38793
......@@ -325,6 +325,7 @@ libiconv-$(LIBICONV_VERSION).tar.gz:
libiconv: libiconv-$(LIBICONV_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p 0 < Patches/libiconv.patch
.iconv: libiconv
(cd libiconv; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-nls && make && make install)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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