diff options
Diffstat (limited to 'mail/balsa2/patches/patch-ah')
-rw-r--r-- | mail/balsa2/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ah b/mail/balsa2/patches/patch-ah new file mode 100644 index 00000000000..d95c135ade4 --- /dev/null +++ b/mail/balsa2/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1 2004/07/23 15:09:57 recht Exp $ + +--- libbalsa/imap/imap-search.c.orig 2004-03-14 09:14:48.000000000 +0100 ++++ libbalsa/imap/imap-search.c +@@ -18,6 +18,7 @@ + */ + + #define _POSIX_SOURCE 1 ++#define _NETBSD_SOURCE 1 + #include <string.h> + #include <time.h> + |