# HG changeset patch # User Martin Lambers # Date 1331153440 -3600 # Node ID e34b54a0724498bb6caff90b91cca988c008cb7c # Parent eef35508866dfcab6a0c62ed54fd6f730ee439ae Make GDAL depend on libgta. This adds support for the GTA file format (new in GDAL 1.9.0). --- src/gdal.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -r eef35508866d -r e34b54a07244 src/gdal.mk --- a/src/gdal.mk Wed Mar 07 21:50:40 2012 +0100 +++ b/src/gdal.mk Wed Mar 07 21:50:40 2012 +0100 @@ -11,7 +11,7 @@ $(PKG)_WEBSITE := http://www.gdal.org/ $(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_FILE) $(PKG)_URL_2 := ftp://ftp.remotesensing.org/gdal/$($(PKG)_FILE) -$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql +$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql libgta define $(PKG)_UPDATE wget -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \ @@ -43,6 +43,7 @@ --with-curl='$(PREFIX)/$(TARGET)/bin/curl-config' \ --with-geos='$(PREFIX)/$(TARGET)/bin/geos-config' \ --with-pg='$(PREFIX)/bin/$(TARGET)-pg_config' \ + --with-gta='$(PREFIX)/$(TARGET)' \ --without-odbc \ --without-static-proj4 \ --without-xerces \