summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig
diff options
context:
space:
mode:
Diffstat (limited to 'package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig')
-rw-r--r--package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig b/package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig
new file mode 100644
index 000000000..4cf9248f1
--- /dev/null
+++ b/package/firefox/patches/patch-gfx_qcms_qcmstypes_h.orig
@@ -0,0 +1,18 @@
+--- mozilla-1.9.2.orig/gfx/qcms/qcmstypes.h 2010-04-02 18:02:27.000000000 +0200
++++ mozilla-1.9.2/gfx/qcms/qcmstypes.h 2010-04-11 14:48:01.000000000 +0200
+@@ -11,15 +11,6 @@
+ /* int_types.h gets included somehow, so avoid redefining the types differently */
+ #include <sys/int_types.h>
+ #else
+-typedef PRInt8 int8_t;
+-typedef PRUint8 uint8_t;
+-typedef PRInt16 int16_t;
+-typedef PRUint16 uint16_t;
+-typedef PRInt32 int32_t;
+-typedef PRUint32 uint32_t;
+-typedef PRInt64 int64_t;
+-typedef PRUint64 uint64_t;
+-
+ #ifdef __OS2__
+ /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
+ #include <stdlib.h>