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

contrib: fixed iconv hack when run for the first time

parent 8a298580
......@@ -68,7 +68,7 @@ hosts/$(HOST)/.$(CONTRIBREV): contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
# result in linking issues
ifdef HAVE_DARWIN_10
(cd $(PREFIX)/lib && sed -e 's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g' -i.orig *.la && rm -f *.la.orig)
(cd src && rm .iconv && $(MAKE) .iconv)
(cd src && rm -f .iconv && $(MAKE) .iconv)
endif
touch hosts/$(HOST)/.$(CONTRIBREV)
......
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