pkgsrc/www/firefox/patches/patch-cd
ghen 800ce59e41 Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history
and change notes).  Firefox 1.5.0.x will be maintained in www/firefox15*,
as discussed on tech-pkg.
2007-05-12 13:53:07 +00:00

19 lines
590 B
Text

$NetBSD: patch-cd,v 1.4 2007/05/12 13:53:09 ghen Exp $
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>
+ #if !defined(__cplusplus)
#if !defined(__GNUC__) || (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
#include <stdbool.h>
#else
@@ -102,4 +103,5 @@
*/
#define bool int
#endif
+ #endif
#endif