diff options
Diffstat (limited to 'www/seamonkey/patches/patch-ad')
-rw-r--r-- | www/seamonkey/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/seamonkey/patches/patch-ad b/www/seamonkey/patches/patch-ad deleted file mode 100644 index e2202c9180f..00000000000 --- a/www/seamonkey/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.10 2013/01/07 21:55:30 ryoon Exp $ - ---- mozilla/xpcom/io/nsLocalFileUnix.h.orig 2012-11-18 10:19:54.000000000 +0000 -+++ mozilla/xpcom/io/nsLocalFileUnix.h -@@ -53,7 +53,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> |