diff options
author | amet <amet.nospam@gmail.com> | 2012-05-07 23:53:40 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2012-05-07 23:53:40 +0400 |
commit | 6f870e48784c4c6046b88074e86568c4fd0521d4 (patch) | |
tree | ed8207900d93417987a0e320bd82162be52d7259 /tools | |
parent | 156e89dea701469347d0a97481972ea4d20767b1 (diff) |
[osx/ios/atv2] use tarballs from our mirrors
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/cmake/Makefile | 1 | ||||
-rw-r--r-- | tools/darwin/depends/libgcrypt/Makefile | 1 | ||||
-rw-r--r-- | tools/darwin/depends/libmp3lame/Makefile | 1 | ||||
-rw-r--r-- | tools/darwin/depends/libogg/Makefile | 1 | ||||
-rw-r--r-- | tools/darwin/depends/libssh/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libvorbis/Makefile | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/tools/darwin/depends/cmake/Makefile b/tools/darwin/depends/cmake/Makefile index 94aeb84684..46db23de56 100644 --- a/tools/darwin/depends/cmake/Makefile +++ b/tools/darwin/depends/cmake/Makefile @@ -5,7 +5,6 @@ APPNAME=cmake VERSION=2.8.8 SOURCE=$(APPNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://www.cmake.org/files/v2.8 # configuration settings export PATH:=$(TOOLCHAIN)/bin:$(PATH) diff --git a/tools/darwin/depends/libgcrypt/Makefile b/tools/darwin/depends/libgcrypt/Makefile index cb64794721..83fc3779c8 100644 --- a/tools/darwin/depends/libgcrypt/Makefile +++ b/tools/darwin/depends/libgcrypt/Makefile @@ -5,7 +5,6 @@ LIBNAME=libgcrypt VERSION=1.4.5 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 -BASE_URL=http://mirrors.dotsrc.org/gcrypt/libgcrypt # configuration settings export PATH:=$(TOOLCHAIN)/bin:$(PATH) diff --git a/tools/darwin/depends/libmp3lame/Makefile b/tools/darwin/depends/libmp3lame/Makefile index 12de5fd462..0a23cfc67c 100644 --- a/tools/darwin/depends/libmp3lame/Makefile +++ b/tools/darwin/depends/libmp3lame/Makefile @@ -5,7 +5,6 @@ LIBNAME=lame VERSION=3.99.5 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz -BASE_URL=http://voxel.dl.sourceforge.net/project/lame/lame/3.99 # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) \ diff --git a/tools/darwin/depends/libogg/Makefile b/tools/darwin/depends/libogg/Makefile index 63f63f2b8b..3b267717ca 100644 --- a/tools/darwin/depends/libogg/Makefile +++ b/tools/darwin/depends/libogg/Makefile @@ -5,7 +5,6 @@ LIBNAME=libogg VERSION=1.3.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://downloads.xiph.org/releases/ogg PACKAGE_NAME=libogg # configuration settings diff --git a/tools/darwin/depends/libssh/Makefile b/tools/darwin/depends/libssh/Makefile index 12ae1d598c..e6a9ff4b63 100644 --- a/tools/darwin/depends/libssh/Makefile +++ b/tools/darwin/depends/libssh/Makefile @@ -7,8 +7,6 @@ VERSION=0.5.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://www.libssh.org/files/0.5 - # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) \ diff --git a/tools/darwin/depends/libvorbis/Makefile b/tools/darwin/depends/libvorbis/Makefile index 4c3771827a..ac2b66c988 100644 --- a/tools/darwin/depends/libvorbis/Makefile +++ b/tools/darwin/depends/libvorbis/Makefile @@ -5,7 +5,6 @@ LIBNAME=libvorbis VERSION=1.3.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://downloads.xiph.org/releases/vorbis PACKAGE_NAME=libvorbis # configuration settings |