]> git.sesse.net Git - vlc/commitdiff
* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Feb 2006 16:33:56 +0000 (16:33 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Feb 2006 16:33:56 +0000 (16:33 +0000)
extras/contrib/bootstrap
extras/contrib/src/Makefile
extras/contrib/src/packages.mak

index 50f5015fa5d52d7b46298f4ca7e5d41bc269e4ca..63d5656eed243b8aca90846193adc9a942d8f32e 100755 (executable)
@@ -2,7 +2,7 @@
 # ***************************************************************************
 # bootstrap : Set up config.mak
 # ***************************************************************************
-# Copyright (C) 2003 the VideoLAN team
+# Copyright (C) 2003-2006 the VideoLAN team
 # $Id$
 #
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
index 00651bd2cf284507e97fb030aa8de7974a1c404e..28c673d247873f5f6f6456a8c93fba89e3c58cb6 100644 (file)
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # src/Makefile : Dearchive and compile all files necessary
 # ***************************************************************************
-# Copyright (C) 2003 - 2005 the VideoLAN team
+# Copyright (C) 2003 - 2006 the VideoLAN team
 # $Id$
 #
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -407,7 +407,7 @@ ifdef HAVE_DARWIN_OS
 endif
 
 ifdef HAVE_DARWIN_OS
-.iconv:
+.iconv: libiconv
        touch $@
        (cd libiconv; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-nls && make && make install)
 else
index ad0c7cc1fe1eb0061c875f8a2e9d8d7e230fc756..7def52f365330837a813f3982f8cce279b7f4448 100644 (file)
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # src/packages.mak : Archive locations
 # ***************************************************************************
-# Copyright (C) 2003 - 2005 the VideoLAN team
+# Copyright (C) 2003 - 2006 the VideoLAN team
 # $Id$
 #
 # Authors: Christophe Massiot <massiot@via.ecp.fr>