[vlc-devel] commit: contribs: 32bit builds need the libiconv replacement as well on Snow Leopard ( Felix Paul Kühne )

git version control git at videolan.org
Thu Sep 3 16:39:57 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep  3 16:39:52 2009 +0200| [02b222dda4e09de4acbc2eaef78d0830018d8a02] | committer: Felix Paul Kühne 

contribs: 32bit builds need the libiconv replacement as well on Snow Leopard

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index f6a099b..24b11af 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -468,7 +468,7 @@ libiconv-snowleopard: libiconv-snowleopard.tar.bz2
 	$(EXTRACT_BZ2)
 
 ifdef HAVE_DARWIN_OS
-ifdef HAVE_DARWIN_64
+ifdef HAVE_DARWIN_10
 .iconv: libiconv-snowleopard
 	(cd libiconv-snowleopard && cp libiconv.* ../../lib/)
 	touch $@




More information about the vlc-devel mailing list