[vlc-devel] [PATCH 1/2] contrib: have gettext (.intl) depend on iconv

Dominique Martinet asmadeus at codewreck.org
Mon May 9 08:34:12 CEST 2011


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

diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 8a96f69..503e310 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -309,7 +309,7 @@ ifdef HAVE_MACOSX
 	patch -p0 < Patches/gettext-macosx.patch
 endif
 
-.intl: gettext
+.intl: gettext .iconv
 ifdef HAVE_WIN32
 	( cd $< && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-relocatable --disable-java --disable-native-java)
 else
-- 
1.7.3.2




More information about the vlc-devel mailing list