summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-03-01 14:40:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-03-01 14:40:46 (GMT)
commitfa0ab820cb2bd3cf9b6e086fdca998c423e67895 (patch)
tree554f8ab353d6e449d0ee67a63ac249997f946776
parent0f64133704f20fd1547ba0bb5cc21905ed91b1ea (diff)
downloadmxe-fa0ab820cb2bd3cf9b6e086fdca998c423e67895.zip
mxe-fa0ab820cb2bd3cf9b6e086fdca998c423e67895.tar.gz
mxe-fa0ab820cb2bd3cf9b6e086fdca998c423e67895.tar.bz2
update package gdal
-rw-r--r--src/gdal-1-fix-pg.patch15
-rw-r--r--src/gdal.mk4
2 files changed, 2 insertions, 17 deletions
diff --git a/src/gdal-1-fix-pg.patch b/src/gdal-1-fix-pg.patch
deleted file mode 100644
index b5256a3..0000000
--- a/src/gdal-1-fix-pg.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-diff -ru gdal-1.7.1.orig/configure.in gdal-1.7.1/configure.in
---- gdal-1.7.1.orig/configure.in 2010-02-08 20:52:34.000000000 +0100
-+++ gdal-1.7.1/configure.in 2010-02-15 15:39:39.000000000 +0100
-@@ -418,7 +418,7 @@
- AC_MSG_RESULT([yes])
-
- ax_save_LIBS="${LIBS}"
-- LIBS=-L`$PG_CONFIG --libdir`" -lpq"
-+ LIBS=-L`$PG_CONFIG --libdir`" -lpq $LIBS"
- AC_CHECK_LIB(pq,PQconnectdb,HAVE_PG=yes,HAVE_PG=no,)
- LIBS="${ax_save_LIBS}"
-
diff --git a/src/gdal.mk b/src/gdal.mk
index 591b9d1..ad1c599 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -4,8 +4,8 @@
# GDAL
PKG := gdal
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.7.3
-$(PKG)_CHECKSUM := 58d4355fe792ad618bb74605dc1a084a0aeb7cb1
+$(PKG)_VERSION := 1.8.0
+$(PKG)_CHECKSUM := e5a2802933054050c6fb0b0a0e1f46b5dd195b0a
$(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
$(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.gdal.org/