800ce59e41
and change notes). Firefox 1.5.0.x will be maintained in www/firefox15*, as discussed on tech-pkg.
27 lines
814 B
Text
27 lines
814 B
Text
$NetBSD: patch-bb,v 1.6 2007/05/12 13:53:08 ghen Exp $
|
|
|
|
diff -ruN ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h
|
|
--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2004-05-20 00:37:10.000000000 +0900
|
|
+++ ./nsprpub/pr/include/md/_netbsd.h 2005-12-04 19:14:22.000000000 +0900
|
|
@@ -44,6 +44,8 @@
|
|
#define _PR_SI_ARCHITECTURE "x86"
|
|
#elif defined(__alpha__)
|
|
#define _PR_SI_ARCHITECTURE "alpha"
|
|
+#elif defined(__amd64__)
|
|
+#define _PR_SI_ARCHITECTURE "amd64"
|
|
#elif defined(__m68k__)
|
|
#define _PR_SI_ARCHITECTURE "m68k"
|
|
#elif defined(__powerpc__)
|
|
@@ -95,6 +97,12 @@
|
|
#define _PR_HAVE_GETPROTO_R_INT
|
|
#endif
|
|
|
|
+#if __NetBSD_Version__ >= 106370000
|
|
+/* NetBSD 1.6ZK */
|
|
+#define _PR_HAVE_GETPROTO_R
|
|
+#define _PR_HAVE_GETPROTO_R_INT
|
|
+#endif
|
|
+
|
|
#define USE_SETJMP
|
|
|
|
#ifndef _PR_PTHREADS
|