summaryrefslogtreecommitdiffstats
path: root/nspr-build.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-01-13 18:49:32 +0100
committerRemi Collet <fedora@famillecollet.com>2011-01-13 18:49:32 +0100
commit74fcd5ec0c12b0b8efce9a9b7d74d41490b07f01 (patch)
tree0037832f0f537763370e49ede11fd11e811df479 /nspr-build.patch
parent6ca5235e0780014d084ac8288311ca2a4b73e0a1 (diff)
clean
Diffstat (limited to 'nspr-build.patch')
-rw-r--r--nspr-build.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/nspr-build.patch b/nspr-build.patch
deleted file mode 100644
index fe7cc1b..0000000
--- a/nspr-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-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