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

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit 683f409c2e11b4cd3f20f62bc01ba02f839656bc
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Sat Sep 6 00:19:29 2014 +0200

    add Mips64(el) support (closes: #753493)
---
 debian/patches/hdfi.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/hdfi.h b/debian/patches/hdfi.h
index f064b16..5e2c3ca 100644
--- a/debian/patches/hdfi.h
+++ b/debian/patches/hdfi.h
@@ -379,14 +379,14 @@ Index: b/HDF4/hdf/src/hdfi.h
 +typedef unsigned char     uint8;
 +typedef short int         int16;
 +typedef unsigned short int uint16;
-+typedef long int          int32;
-+typedef unsigned long int uint32;
++typedef int          int32;
++typedef unsigned int uint32;
 +typedef int               intn;
 +typedef unsigned int      uintn;
 +typedef float             float32;
 +typedef double            float64;
 +typedef long              intf;     /* size of INTEGERs in Fortran compiler */
-+typedef int               hdf_pint_t;   /* an integer the same size as a 
pointer */
++typedef long              hdf_pint_t;   /* an integer the same size as a 
pointer */
 +#define FNAME_POST_UNDERSCORE
 +#define _fcdtocp(desc) (desc)
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf4.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to