summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-18 07:18:00 +0000
committerwiz <wiz@pkgsrc.org>2013-04-18 07:18:00 +0000
commit5b9eb4760a9dbadee90068825317e7b94fedc96e (patch)
tree49f148caa73ab232072281ecfec86a8370d56544 /mail
parenta0569a86e783adaae01197ee299c62e142903290 (diff)
downloadpkgsrc-5b9eb4760a9dbadee90068825317e7b94fedc96e.tar.gz
Remove patch-ai, removed from distinfo during recent updated.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/patches/patch-ai13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird/patches/patch-ai b/mail/thunderbird/patches/patch-ai
deleted file mode 100644
index a54a6a3e7e9..00000000000
--- a/mail/thunderbird/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.10 2012/09/02 06:43:39 ryoon Exp $
-
---- mozilla/dbm/src/mktemp.c.orig 2012-08-25 00:31:01.000000000 +0000
-+++ mozilla/dbm/src/mktemp.c
-@@ -92,7 +92,7 @@ mktemp(char *path)
- static int
- _gettemp(char *path, register int *doopen, int extraFlags)
- {
--#if !defined(_WINDOWS) || defined(_WIN32)
-+#if (!defined(_WINDOWS) || defined(_WIN32)) && !defined(errno)
- extern int errno;
- #endif
- register char *start, *trv;