diff options
Diffstat (limited to 'www/firefox/patches/patch-cd')
-rw-r--r-- | www/firefox/patches/patch-cd | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/www/firefox/patches/patch-cd b/www/firefox/patches/patch-cd index 5ec1cc84f1b..9921bad5a51 100644 --- a/www/firefox/patches/patch-cd +++ b/www/firefox/patches/patch-cd @@ -1,19 +1,9 @@ -$NetBSD: patch-cd,v 1.2 2005/09/22 14:14:04 jlam Exp $ +$NetBSD: patch-cd,v 1.3 2005/12/10 13:47:22 taya Exp $ ---- modules/plugin/base/public/nptypes.h.orig 2004-09-01 16:59:55.000000000 +0000 -+++ modules/plugin/base/public/nptypes.h -@@ -78,8 +78,10 @@ - typedef int bool; - #endif - #else /* OPENBSD is defined, so use its bool */ -+ #if !defined(__cplusplus) - #include <stdbool.h> - #endif -+ #endif - #else - /* - * FreeBSD defines uint32_t and bool. -@@ -97,6 +99,7 @@ +diff -ruN ../Orig/mozilla/modules/plugin/base/public/nptypes.h ./modules/plugin/base/public/nptypes.h +--- ../Orig/mozilla/modules/plugin/base/public/nptypes.h 2005-05-20 06:49:42.000000000 +0900 ++++ ./modules/plugin/base/public/nptypes.h 2005-12-04 19:35:14.000000000 +0900 +@@ -93,6 +93,7 @@ */ #include <stdint.h> @@ -21,7 +11,7 @@ $NetBSD: patch-cd,v 1.2 2005/09/22 14:14:04 jlam Exp $ #if !defined(__GNUC__) || (__GNUC__ > 2 || __GNUC_MINOR__ > 95) #include <stdbool.h> #else -@@ -106,4 +109,5 @@ +@@ -102,4 +103,5 @@ */ #define bool int #endif |