]> git.pld-linux.org Git - packages/bes.git/blame - bes-gdal.patch
- new
[packages/bes.git] / bes-gdal.patch
CommitLineData
118a05b7
JB
1--- bes-3.12.0/conf/ax_lib_gdal.m4.orig 2013-09-12 00:22:22.000000000 +0200
2+++ bes-3.12.0/conf/ax_lib_gdal.m4 2014-03-03 15:25:45.416954681 +0100
3@@ -83,7 +83,7 @@
4 dnl
5
6 gdal_version_req=ifelse([$1], [], [], [$1])
7- if test "$found_gdal" = "yes" -a -n "$gdal_version_req"; then
8+ if test "$found_gdal" != "no" -a -n "$gdal_version_req"; then
9
10 AC_MSG_CHECKING([if GDAL version is >= $gdal_version_req])
11
12--- bes-3.12.0/functions/swath2grid/DAP_Dataset.cpp.orig 2014-03-03 15:50:13.366893077 +0100
13+++ bes-3.12.0/functions/swath2grid/DAP_Dataset.cpp 2014-03-03 16:41:14.653431275 +0100
14@@ -33,7 +33,6 @@
15 #include "Grid.h"
16 #include "Float64.h"
17
18-#include "ce_functions.h"
19 #include "util.h"
20 #include "debug.h"
21
This page took 0.03272 seconds and 4 git commands to generate.