summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gdal.mk2
-rw-r--r--src/gta-test.c (renamed from src/libgta-test.c)0
-rw-r--r--src/gta.mk (renamed from src/libgta.mk)6
3 files changed, 4 insertions, 4 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 3a425aa..f4d556e 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(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 libgta
+$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql gta
define $(PKG)_UPDATE
wget -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \
diff --git a/src/libgta-test.c b/src/gta-test.c
index 4838fcb..4838fcb 100644
--- a/src/libgta-test.c
+++ b/src/gta-test.c
diff --git a/src/libgta.mk b/src/gta.mk
index 1857355..2502e2d 100644
--- a/src/libgta.mk
+++ b/src/gta.mk
@@ -1,8 +1,8 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-# libgta
-PKG := libgta
+# gta
+PKG := gta
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.0.2
$(PKG)_CHECKSUM := 9020944bcd40bd986a879d454d21920a1eb48db7
@@ -31,6 +31,6 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-libgta.exe' \
+ '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gta.exe' \
`'$(TARGET)-pkg-config' gta --cflags --libs`
endef