diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2007-12-19 23:22:54 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2007-12-19 23:22:54 (GMT) |
commit | 8ed2eeea06f43e13f04fd05348dd23fa8db1b177 (patch) | |
tree | 927357ace7bc8f461247841413ecdbc66dd4ac99 | |
parent | c14f58cc231b7a502c29d11ad358b243efed4932 (diff) | |
download | mxe-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-x | build_mingw_cross_env.sh | 4 |
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) |