diff options
Diffstat (limited to 'www/firefox/patches/patch-ba')
-rw-r--r-- | www/firefox/patches/patch-ba | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/patches/patch-ba b/www/firefox/patches/patch-ba index 8f4eed6a8e5..516a4956042 100644 --- a/www/firefox/patches/patch-ba +++ b/www/firefox/patches/patch-ba @@ -1,4 +1,4 @@ -$NetBSD: patch-ba,v 1.6 2007/05/12 13:53:08 ghen Exp $ +$NetBSD: patch-ba,v 1.7 2008/05/19 10:43:02 tnn Exp $ diff -ruN ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include/md/_netbsd.cfg --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg 2004-04-28 09:33:44.000000000 +0900 @@ -18,7 +18,7 @@ diff -ruN ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include #define PR_ALIGN_OF_POINTER 4 -#elif defined(__sparc__) || defined(__MIPSEB__) -+#elif defined(__sparc_v9__) ++#elif defined(__sparcv9) + +#undef IS_LITTLE_ENDIAN +#define IS_BIG_ENDIAN 1 @@ -64,7 +64,7 @@ diff -ruN ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include +#define PR_ALIGN_OF_DOUBLE 8 +#define PR_ALIGN_OF_POINTER 8 + -+#elif defined(__sparc__) || defined(__MIPSEB__) || defined(__ARMEB__) ++#elif defined(__sparc) || defined(__MIPSEB__) || defined(__ARMEB__) #undef IS_LITTLE_ENDIAN #define IS_BIG_ENDIAN 1 |