summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch')
-rw-r--r--main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch b/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
deleted file mode 100644
index 33ba8ef6d..000000000
--- a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- mozilla-2.0.orig/gfx/qcms/qcmstypes.h
-+++ mozilla-2.0/gfx/qcms/qcmstypes.h
-@@ -7,9 +7,8 @@
-
- /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
-
--#if defined (__SVR4) && defined (__sun)
--/* int_types.h gets included somehow, so avoid redefining the types differently */
--#include <sys/int_types.h>
-+#if 1
-+#include <stdint.h>
- #elif defined (_AIX)
- #include <sys/types.h>
- #elif !defined(ANDROID)