[hdf4] 02/04: Fix libhdf4-alt-dev on Mips (Closes: #734153)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Aug 17 20:10:42 UTC 2015


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

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

commit 3695b56ab7ba5989436c41f7efbb8a30b6ada668
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Jun 8 23:02:29 2015 +0200

    Fix libhdf4-alt-dev on Mips (Closes: #734153)
---
 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 842a8e6..8a0bb1b 100644
--- a/debian/patches/hdfi.h
+++ b/debian/patches/hdfi.h
@@ -291,7 +291,7 @@
 +
 +#endif /* Linux/s390 */
 +
-+#if defined (__linux__) && (defined (MIPSEB) || defined(MIPSEL))
++#if defined (__linux__) && (defined (__MIPSEB__) || defined(__MIPSEL__))
 +
 +#ifdef GOT_MACHINE
 +If you get an error on this line more than one machine type has been defined.
@@ -305,9 +305,9 @@
 +#include <unistd.h>
 +#include <ctype.h>          /* for character macros */
 +
-+#if defined (MIPSEB)
++#if defined (__MIPSEB__)
 +#define DF_MT             DFMT_MIPSEB
-+#elif defined(MIPSEL)
++#elif defined(__MIPSEL__)
 +#define DF_MT		  DFMT_MIPSEL
 +#endif
 +

-- 
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