[cdo] 62/84: Add uchar patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 13 16:48:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdo.

commit 37f81b3a0843b7779da8e17f7971cdd96b021d14
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Jul 9 08:45:17 2014 +0100

    Add uchar patch
---
 debian/patches/uchar_fix.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/uchar_fix.patch b/debian/patches/uchar_fix.patch
new file mode 100644
index 0000000..4167c67
--- /dev/null
+++ b/debian/patches/uchar_fix.patch
@@ -0,0 +1,18 @@
+Author: Alastair McKinstry  <mckinstry at debian.org>
+Description: Patch needed for UCHAR_MAX defintion on mips, powerpc and other
+ archs.
+Last-Updated: 2014-07-08
+Forwarded: no
+
+Index: cdo-1.6.4+dfsg.1/libcdi/src/cksum.c
+===================================================================
+--- cdo-1.6.4+dfsg.1.orig/libcdi/src/cksum.c
++++ cdo-1.6.4+dfsg.1/libcdi/src/cksum.c
+@@ -5,6 +5,7 @@
+ 
+ #include <stdlib.h>
+ #include <sys/types.h>
++#include <limits.h>
+ 
+ static const uint32_t crctab[] = {
+   0x00000000,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list