]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-dods.patch
- up to 1.6.1
[packages/gdal.git] / gdal-dods.patch
1 --- gdal-1.3.0/configure.in.orig        2005-09-03 13:07:50.228591000 +0200
2 +++ gdal-1.3.0/configure.in     2005-09-03 15:46:35.931464216 +0200
3 @@ -1396,9 +1396,11 @@
4      if test -x $DODS_BIN/opendap-config ; then 
5        dnl OPeNDAP 3.4 and earlier lack opendap-config, but use it if avail.
6        LIBS="$LIBS `$DODS_BIN/opendap-config --libs`"
7 +      DODS_INC="`$DODS_BIN/opendap-config --cflags`"
8      elif test -x $DODS_BIN/dap-config ; then 
9        dnl OPeNDAP 3.4 and earlier lack opendap-config, but use it if avail.
10        LIBS="$LIBS `$DODS_BIN/dap-config --libs`"
11 +      DODS_INC="`$DODS_BIN/dap-config --cflags`"
12      else
13        dnl Otherwise try to put things together in a more primitive way.
14        LIBS="$LIBS -L$DODS_LIB -ldap++ -lpthread -lrx"
15 --- gdal-1.6.1/frmts/dods/dodsdataset2.cpp~     2008-08-22 19:39:47.000000000 +0200
16 +++ gdal-1.6.1/frmts/dods/dodsdataset2.cpp      2009-07-14 15:08:02.545973283 +0200
17 @@ -61,8 +61,6 @@
18  #include "ogr_spatialref.h"
19  #include "cpl_string.h"
20  
21 -using namespace libdap;
22 -
23  CPL_CVSID("$Id$");
24  
25  CPL_C_START
26 --- gdal-1.6.1/ogr/ogrsf_frmts/dods/ogr_dods.h~ 2008-10-23 02:04:33.000000000 +0200
27 +++ gdal-1.6.1/ogr/ogrsf_frmts/dods/ogr_dods.h  2009-07-14 15:17:51.012634019 +0200
28 @@ -68,8 +68,6 @@
29  #include <Error.h>
30  #include <escaping.h>
31  
32 -using namespace libdap;
33 -
34  /************************************************************************/
35  /*                           OGRDODSFieldDefn                           */
36  /************************************************************************/
This page took 0.02713 seconds and 3 git commands to generate.