summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2007-12-19 23:22:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2007-12-19 23:22:54 (GMT)
commit8ed2eeea06f43e13f04fd05348dd23fa8db1b177 (patch)
tree927357ace7bc8f461247841413ecdbc66dd4ac99
parentc14f58cc231b7a502c29d11ad358b243efed4932 (diff)
downloadmxe-8ed2eeea06f43e13f04fd05348dd23fa8db1b177.zip
mxe-8ed2eeea06f43e13f04fd05348dd23fa8db1b177.tar.gz
mxe-8ed2eeea06f43e13f04fd05348dd23fa8db1b177.tar.bz2
adapted to a change of the URL schema of GEOS that is not backward compatible
-rwxr-xr-xbuild_mingw_cross_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh
index 7a9b83e..67e8f12 100755
--- a/build_mingw_cross_env.sh
+++ b/build_mingw_cross_env.sh
@@ -3,7 +3,7 @@ set -ex
#---
-# MinGW cross compiling environment (1.2)
+# MinGW cross compiling environment (pre-2.0)
# =================================
#
# http://www.profv.de/mingw_cross_env/
@@ -1766,7 +1766,7 @@ case "$1" in
--download)
cd "$DOWNLOAD"
tar tfj "geos-$VERSION_geos.tar.bz2" &>/dev/null ||
- wget -c "http://geos.refractions.net/geos-$VERSION_geos.tar.bz2"
+ wget -c "http://geos.refractions.net/downloads/geos-$VERSION_geos.tar.bz2"
;;
--build)