[SCM] saga branch, master, updated. 224c2ffa470dc3ec0b13b31e90b98d6e362bc231

Johan Van de Wauw johan.vandewauw at gmail.com
Thu Jun 16 20:36:30 UTC 2011


The following commit has been merged in the master branch:
commit 224c2ffa470dc3ec0b13b31e90b98d6e362bc231
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Jun 16 14:35:34 2011 -0400

    Fix gcc 4.6 build issue

diff --git a/debian/patches/0005-Fix-GCC-build-issue.patch b/debian/patches/0005-Fix-GCC-build-issue.patch
new file mode 100644
index 0000000..ed1905c
--- /dev/null
+++ b/debian/patches/0005-Fix-GCC-build-issue.patch
@@ -0,0 +1,21 @@
+From: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Date: Thu, 16 Jun 2011 15:41:57 -0400
+Subject: Fix GCC build issue
+
+---
+ src/saga_core/saga_odbc/otlv4.h |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/saga_core/saga_odbc/otlv4.h b/src/saga_core/saga_odbc/otlv4.h
+index 2a37ba5..20b3d5b 100644
+--- a/src/saga_core/saga_odbc/otlv4.h
++++ b/src/saga_core/saga_odbc/otlv4.h
+@@ -47,6 +47,7 @@
+ #include <ctype.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <stddef.h>
+ 
+ //======================= CONFIGURATION #DEFINEs ===========================
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index c81edbc..d7e74ab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 0001-Adjust-grid_gridding-to-use-qhull.patch
 0002-Remove-references-to-libfire.patch
 0003-Use-debian-version-of-grib2.patch
-0004-Update-patches.patch
+0004-Run-autoreconf-fi.patch
+0005-Fix-GCC-build-issue.patch

-- 
Saga GIS



More information about the Pkg-grass-devel mailing list