[vlc-devel] commit: contribs: apply the libiconv hack for Snow Leopard also when using the binary bundle ( Felix Paul Kühne )

git version control git at videolan.org
Wed Oct 28 22:28:20 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Oct 28 22:26:26 2009 +0100| [130c765b706498137710783d363bd53421152457] | committer: Felix Paul Kühne 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=130c765b706498137710783d363bd53421152457
---

 extras/contrib/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index c262e86..02002c0 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -67,6 +67,7 @@ using-bin: 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 $(PREFIX)/src && $(MAKE) .iconv)
 endif
 endif
 




More information about the vlc-devel mailing list