]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- fix ogdi name
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Jun 2008 20:00:59 +0000 (20:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-ogdi.patch -> 1.1

gdal-ogdi.patch [new file with mode: 0644]

diff --git a/gdal-ogdi.patch b/gdal-ogdi.patch
new file mode 100644 (file)
index 0000000..fd32521
--- /dev/null
@@ -0,0 +1,26 @@
+--- gdal-1.5.1/configure.in.orig       2008-06-05 21:13:18.624424000 +0200
++++ gdal-1.5.1/configure.in    2008-06-05 22:51:48.869222202 +0200
+@@ -869,19 +869,19 @@
+ elif test "$with_ogdi" = "yes" -o "$with_ogdi" = "" ; then
+-  AC_CHECK_LIB(ogdi31,cln_GetLayerCapabilities,HAVE_OGDI=yes,HAVE_OGDI=no,)
++  AC_CHECK_LIB(ogdi,cln_GetLayerCapabilities,HAVE_OGDI=yes,HAVE_OGDI=no,)
+   if test "$HAVE_OGDI" = "yes" ; then   
+-    LIBS="-logdi31 $LIBS"
++    LIBS="-logdi $LIBS"
+   fi
+ else
+   HAVE_OGDI=yes
+-  LIBS="-L$with_ogdi -L$with_ogdi/lib -logdi31 $LIBS"
++  LIBS="-L$with_ogdi -L$with_ogdi/lib -logdi $LIBS"
+   OGDI_INCLUDE="-I$with_ogdi -I$with_ogdi/include"
+-  echo "using libogdi31 from $with_ogdi."
++  echo "using libogdi from $with_ogdi."
+ fi
This page took 0.028296 seconds and 4 git commands to generate.