summaryrefslogtreecommitdiffstats
path: root/src/geos.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-01 19:00:20 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-01 19:00:20 (GMT)
commit555b11bc3224b777e1247922d1d83f9e8b54fa43 (patch)
treea9ae28dc3d2fc8abebbedfa2484f109680e0aed6 /src/geos.mk
parentc291ce7ce86a95a68df367f35034344a9b435801 (diff)
downloadmxe-555b11bc3224b777e1247922d1d83f9e8b54fa43.zip
mxe-555b11bc3224b777e1247922d1d83f9e8b54fa43.tar.gz
mxe-555b11bc3224b777e1247922d1d83f9e8b54fa43.tar.bz2
improved download URLs for packages gdal, geos, libgeotiff, proj and tiff
Diffstat (limited to 'src/geos.mk')
-rw-r--r--src/geos.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 2a5d183..8c7c923 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -26,7 +26,8 @@ $(PKG)_CHECKSUM := cafb76a3e5fbcd7d9588d3fdcec8fa4fcd8b9fa4
$(PKG)_SUBDIR := geos-$($(PKG)_VERSION)
$(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://trac.osgeo.org/geos/
-$(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE)
+$(PKG)_URL := http://ftp.remotesensing.org/geos/$($(PKG)_FILE)
+$(PKG)_URL_2 := http://download.osgeo.org/geos/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE