summaryrefslogtreecommitdiffstats
path: root/debian/patches/38_hppa.patch
blob: 99c997037f472bbc8a52a2acd415a474e4b89902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix double definition of BYTE_ORDER on hppa
Author: Helge Deller <deller@gmx.de>
Bug-Debian: https://bugs.debian.org/808990

Index: nss/nss/lib/dbm/include/mcom_db.h
===================================================================
--- nss.orig/nss/lib/dbm/include/mcom_db.h
+++ nss/nss/lib/dbm/include/mcom_db.h
@@ -110,7 +110,7 @@ typedef PRUint32 uint32;
 #endif /* !BYTE_ORDER */
 #endif /* __sun */
 
-#if defined(__hpux) || defined(__hppa)
+#if defined(__hpux)
 #define BYTE_ORDER BIG_ENDIAN
 #define BIG_ENDIAN 4321
 #define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */