]> git.sesse.net Git - vlc/commitdiff
contribs: apply the libiconv hack for Snow Leopard also when using the binary bundle
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 28 Oct 2009 21:26:26 +0000 (22:26 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 28 Oct 2009 21:28:16 +0000 (22:28 +0100)
extras/contrib/Makefile

index c262e861ef6a4cabf04fe481ff7ec27a3eff6fe2..02002c03b34a46fa44374dbc5907f089ad7d75b6 100644 (file)
@@ -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