From 91b4b33fd175c3f0b62433e7beecfb547fe92aa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 5 Jun 2009 18:08:04 +0200 Subject: [PATCH] contribs: use http instead of ftp to download the Darwin-binary package Note that we don't use FTP to access ganesh in 'make src' either... --- extras/contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile index 6a37991004..ea86ea60cd 100644 --- a/extras/contrib/Makefile +++ b/extras/contrib/Makefile @@ -46,7 +46,7 @@ ifdef HAVE_DARWIN_OS CONTRIBREV=8 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2: - $(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@ + $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@ using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2 @if test -d tmp; then \ -- 2.39.2