From 688197d7c210f4eefd25d26dab7c4addf1437a33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jun 2010 23:13:27 +0200 Subject: update Firefox to 3.6.4 (finale) --- nspr-build.patch | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 nspr-build.patch (limited to 'nspr-build.patch') diff --git a/nspr-build.patch b/nspr-build.patch new file mode 100644 index 0000000..fe7cc1b --- /dev/null +++ b/nspr-build.patch @@ -0,0 +1,35 @@ +diff --git a/ipc/chromium/src/base/basictypes.h b/ipc/chromium/src/base/basictypes.h +--- a/ipc/chromium/src/base/basictypes.h ++++ b/ipc/chromium/src/base/basictypes.h +@@ -14,29 +14,29 @@ + #error You_must_include_basictypes.h_before_prtypes.h! + #endif + + #ifndef NO_NSPR_10_SUPPORT + #define NO_NSPR_10_SUPPORT + #define NO_NSPR_10_SUPPORT_SAVE + #endif + +-#include "nspr/prtypes.h" ++#include "prtypes.h" + + #ifdef NO_NSPR_10_SUPPORT_SAVE + #undef NO_NSPR_10_SUPPORT_SAVE + #undef NO_NSPR_10_SUPPORT + #endif + + #ifdef _WIN32 + #undef _WIN32 + #define _WIN32_SAVE + #endif + +-#include "nspr/obsolete/protypes.h" ++#include "obsolete/protypes.h" + + #define _INT32 + #define _UINT32 + + #ifdef _WIN32_SAVE + #undef _WIN32_SAVE + #define _WIN32 + #endif -- cgit