summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-at')
-rw-r--r--mail/thunderbird10/patches/patch-at15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird10/patches/patch-at b/mail/thunderbird10/patches/patch-at
deleted file mode 100644
index a5d5bca9280..00000000000
--- a/mail/thunderbird10/patches/patch-at
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-at,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
-Avoid silly redefinitions of standard types on NetBSD.
-
---- mozilla/gfx/qcms/qcmstypes.h.orig 2012-02-16 10:24:57.000000000 +0000
-+++ mozilla/gfx/qcms/qcmstypes.h
-@@ -10,6 +10,8 @@
- #if defined (__SVR4) && defined (__sun)
- /* int_types.h gets included somehow, so avoid redefining the types differently */
- #include <sys/int_types.h>
-+#elif defined(__NetBSD__) || defined(__DragonFly__)
-+#include <stdint.h>
- #elif defined (_AIX)
- #include <sys/types.h>
- #elif defined(__OpenBSD__)