summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-ad')
-rw-r--r--mail/thunderbird10/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird10/patches/patch-ad b/mail/thunderbird10/patches/patch-ad
deleted file mode 100644
index 25e9a006c08..00000000000
--- a/mail/thunderbird10/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/xpcom/io/nsLocalFileUnix.h.orig 2012-02-16 10:25:33.000000000 +0000
-+++ mozilla/xpcom/io/nsLocalFileUnix.h
-@@ -86,7 +86,7 @@
- #endif
-
- // so we can statfs on freebsd
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || ((defined(__DragonFly__) || defined(__NetBSD__)) && !defined(HAVE_STATVFS))
- #define HAVE_SYS_STATFS_H
- #define STATFS statfs
- #include <sys/param.h>