]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Sep 2005 20:05:19 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-sh.patch -> 1.3

gdal-sh.patch [deleted file]

diff --git a/gdal-sh.patch b/gdal-sh.patch
deleted file mode 100644 (file)
index cacf3e0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- gdal-1.2.6/configure.in.orig       2005-01-16 03:01:31.252567000 +0100
-+++ gdal-1.2.6/configure.in    2005-01-16 03:09:32.131462448 +0100
-@@ -1388,7 +1388,8 @@
- if test "$GEOS_CONFIG" != "no" ; then
-   VERSION=`$GEOS_CONFIG --version`
--  if test "${VERSION:0:1}" -lt 2 ; then
-+  MAJORVER=`echo $VERSION | cut -d . -f 1`
-+  if test $MAJORVER -lt 2 ; then
-     AC_MSG_ERROR([geos-config reports version $VERSION, need at least 2.0 or configure --without-geos])
-   fi
This page took 0.03408 seconds and 4 git commands to generate.