Commit 130c765b authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: apply the libiconv hack for Snow Leopard also when using the binary bundle

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