[vlc-devel] commit: Modified the iconv copy to work with the new hosts layout for the contrib section of the project . (Brian Weaver )

git version control git at videolan.org
Fri Dec 18 08:17:44 CET 2009


vlc | branch: master | Brian Weaver <cmdrclueless at gmail.com> | Fri Dec 18 00:19:05 2009 -0500| [26b823ad6c8f9bc77f6e9c65d9e39fddcf2f2371] | committer: Pierre d'Herbemont 

Modified the iconv copy to work with the new hosts layout for the contrib section of the project.

Signed-off-by: Pierre d'Herbemont <pdherbemont at free.fr>

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

 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 73f2791..ee4721e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -434,7 +434,7 @@ libiconv-snowleopard: libiconv-snowleopard.tar.bz2
 ifdef HAVE_DARWIN_OS
 ifdef HAVE_DARWIN_10
 .iconv: libiconv-snowleopard
-	(cd libiconv-snowleopard && cp libiconv.* ../../lib/)
+	(cd libiconv-snowleopard && cp libiconv.* ../../hosts/$(BUILD)/lib/)
 	touch $@
 else
 .iconv:




More information about the vlc-devel mailing list