Commit c9e72d0e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* iconv is already provided on 10.3 and 10.4, so we don't need to install it.

parent ff3de959
...@@ -407,9 +407,8 @@ ifdef HAVE_DARWIN_OS ...@@ -407,9 +407,8 @@ ifdef HAVE_DARWIN_OS
endif endif
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
.iconv: libiconv .iconv:
touch $@ touch $@
(cd libiconv; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-nls && make && make install)
else else
.iconv: libiconv .iconv: libiconv
(cd libiconv; CPPFLAGS="-Dssize_t=long" $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-nls && make && make install) (cd libiconv; CPPFLAGS="-Dssize_t=long" $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-nls && make && make install)
......
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