diff options
Diffstat (limited to 'time/sunbird/patches/patch-ba')
-rw-r--r-- | time/sunbird/patches/patch-ba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunbird/patches/patch-ba b/time/sunbird/patches/patch-ba index 1cbcc6480e4..0010aed631a 100644 --- a/time/sunbird/patches/patch-ba +++ b/time/sunbird/patches/patch-ba @@ -1,4 +1,4 @@ -$NetBSD: patch-ba,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $ +$NetBSD: patch-ba,v 1.2 2009/05/29 13:22:11 he Exp $ --- nsprpub/pr/include/md/_netbsd.cfg.orig 2006-02-02 16:57:57.000000000 +0100 +++ nsprpub/pr/include/md/_netbsd.cfg @@ -17,7 +17,7 @@ $NetBSD: patch-ba,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $ #define PR_ALIGN_OF_POINTER 4 -#elif defined(__sparc__) || defined(__MIPSEB__) -+#elif defined(__sparc_v9__) ++#elif defined(__sparc_v9) + +#undef IS_LITTLE_ENDIAN +#define IS_BIG_ENDIAN 1 |