]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-dds.patch
- updated patches, removed obsolete
[packages/gdal.git] / gdal-dds.patch
CommitLineData
743c2d9c
JR
1--- gdal-1.11.0/configure.ac.orig 2014-05-18 11:22:22.873992206 +0200
2+++ gdal-1.11.0/configure.ac 2014-05-18 12:20:58.637252259 +0200
779b0eec
JB
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.085175 seconds and 4 git commands to generate.