summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-bd')
-rw-r--r--mail/thunderbird10/patches/patch-bd27
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/thunderbird10/patches/patch-bd b/mail/thunderbird10/patches/patch-bd
deleted file mode 100644
index 6d816d830e8..00000000000
--- a/mail/thunderbird10/patches/patch-bd
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-bd,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/js/src/ctypes/CTypes.cpp.orig 2012-02-16 10:25:02.000000000 +0000
-+++ mozilla/js/src/ctypes/CTypes.cpp
-@@ -36,6 +36,22 @@
- *
- * ***** END LICENSE BLOCK ***** */
-
-+#if defined(__NetBSD__)
-+#include <stdint.h>
-+/* XXX why do we have those funky __ #defines in stdint.h? */
-+#warning this is a retarded workaround
-+#define uint8_t uint8_t
-+#define uint16_t uint16_t
-+#define uint32_t uint32_t
-+#define uint64_t uint64_t
-+#define int8_t int8_t
-+#define int16_t int16_t
-+#define int32_t int32_t
-+#define int64_t int64_t
-+#define intptr_t intptr_t
-+#define uintptr_t uintptr_t
-+#endif
-+
- #include "CTypes.h"
- #include "Library.h"
- #include "jsnum.h"