]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-dds.patch
- added fyba patch (SOSI support with default prefix); enabled SOSI/fyba (+bcond)
[packages/gdal.git] / gdal-dds.patch
1 --- gdal-1.11.0/configure.in.orig       2014-05-18 11:22:22.873992206 +0200
2 +++ gdal-1.11.0/configure.in    2014-05-18 12:20:58.637252259 +0200
3 @@ -941,6 +941,11 @@
4  
5    echo "dds support disabled."
6  
7 +elif test "$with_dds" = "yes"; then
8 +  DDS_SETTING=yes
9 +  CRUNCHDIR="/usr"
10 +  LIBS="-lcrunch $LIBS"
11 +  echo "using libcrunch in default location."
12  else
13  
14    DDS_SETTING=yes
This page took 0.066302 seconds and 4 git commands to generate.