Update thunderbird add missing patch

This commit is contained in:
nigel 2012-01-11 01:48:53 +00:00
parent f043303909
commit cb00a56584

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-mozilla_gfx_qcms_qcmstypes_h,v 1.4 2012/01/11 01:48:53 nigel Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=651444
--- mozilla/gfx/qcms/qcmstypes.h.orig Thu Dec 15 01:22:31 2011
+++ mozilla/gfx/qcms/qcmstypes.h Mon Dec 19 22:42:56 2011
@@ -12,7 +12,7 @@
#include <sys/int_types.h>
#elif defined (_AIX)
#include <sys/types.h>
-#elif !defined(ANDROID) && !defined(__OpenBSD__)
+#elif !defined(ANDROID)
typedef PRInt8 int8_t;
typedef PRUint8 uint8_t;
typedef PRInt16 int16_t;