]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-dods.patch
- added ac patch
[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"
This page took 0.023201 seconds and 3 git commands to generate.