From 510590073210cfe845a758a69cf2e23b45fae44c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 26 Feb 2006 16:33:56 +0000 Subject: [PATCH] * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates --- extras/contrib/bootstrap | 2 +- extras/contrib/src/Makefile | 4 ++-- extras/contrib/src/packages.mak | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 50f5015fa5..63d5656eed 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -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 diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 00651bd2cf..28c673d247 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 @@ -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 diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak index ad0c7cc1fe..7def52f365 100644 --- a/extras/contrib/src/packages.mak +++ b/extras/contrib/src/packages.mak @@ -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 -- 2.39.2