summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-03-17 20:46:25 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-03-17 20:46:51 -0500
commit56b3e818912ac0ccc294efea6fca3a5d07d19fd6 (patch)
tree4d5ba4cb36c507e220149d8f15625a17b912b0d9 /main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
parent0314b8125e186c9ec8cbacb8cf8c53ec32da5415 (diff)
downloadaports-56b3e818912ac0ccc294efea6fca3a5d07d19fd6.tar.bz2
aports-56b3e818912ac0ccc294efea6fca3a5d07d19fd6.tar.xz
main/xulrunner: upgrade to 2.0_rc1
Diffstat (limited to 'main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch')
-rw-r--r--main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch b/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
index 4fc112a07..33ba8ef6d 100644
--- a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
+++ b/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
@@ -1,14 +1,14 @@
---- mozilla-1.9.2.orig/gfx/qcms/qcmstypes.h
-+++ mozilla-1.9.2/gfx/qcms/qcmstypes.h
-@@ -7,9 +7,9 @@
+--- 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)
-+#if 1
- /* int_types.h gets included somehow, so avoid redefining the types differently */
+-/* int_types.h gets included somehow, so avoid redefining the types differently */
-#include <sys/int_types.h>
++#if 1
+#include <stdint.h>
- #else
- typedef PRInt8 int8_t;
- typedef PRUint8 uint8_t;
+ #elif defined (_AIX)
+ #include <sys/types.h>
+ #elif !defined(ANDROID)