diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2008-11-09 12:26:58 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2008-11-09 12:26:58 (GMT) |
commit | b14f207798776369b9e4591e2ed213d4d16ee417 (patch) | |
tree | cc58f5f78f6b41cb07eaf42c40628d70760db572 /src/tiff.mk | |
parent | 05c6b904768728b1ef5194a1dc7b74bc55270cb6 (diff) | |
download | mxe-b14f207798776369b9e4591e2ed213d4d16ee417.zip mxe-b14f207798776369b9e4591e2ed213d4d16ee417.tar.gz mxe-b14f207798776369b9e4591e2ed213d4d16ee417.tar.bz2 |
fixed download URLs of packages 'geos', 'libgeotiff', 'proj', 'tiff', 'w32api'
Diffstat (limited to 'src/tiff.mk')
-rw-r--r-- | src/tiff.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tiff.mk b/src/tiff.mk index bb88381..e303440 100644 --- a/src/tiff.mk +++ b/src/tiff.mk @@ -5,8 +5,8 @@ PKG := tiff $(PKG)_VERSION := 3.8.2 $(PKG)_SUBDIR := tiff-$($(PKG)_VERSION) $(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := ftp://ftp.remotesensing.org/pub/libtiff/$($(PKG)_FILE) -$(PKG)_URL_2 := http://dl.maptools.org/dl/libtiff/$($(PKG)_FILE) +$(PKG)_URL := http://download.osgeo.org/libtiff/$($(PKG)_FILE) +$(PKG)_URL_2 := ftp://ftp.remotesensing.org/pub/libtiff/$($(PKG)_FILE) $(PKG)_DEPS := gcc pthreads zlib jpeg define $(PKG)_UPDATE |