[hdf4] 01/05: add Mips64(el) support back, missing when migrate to unstable (closes: #772980)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Mar 3 10:17:48 UTC 2015


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

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

commit 1ed279fe926b6656e408fdb8a6bd01d012798733
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Mar 2 12:20:25 2015 +0100

    add Mips64(el) support back, missing when migrate
        to unstable (closes: #772980)
---
 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 358c45b..9dac696 100644
--- a/debian/patches/hdfi.h
+++ b/debian/patches/hdfi.h
@@ -324,14 +324,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 int               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



More information about the Pkg-grass-devel mailing list