summaryrefslogtreecommitdiff
path: root/mail/balsa2/patches/patch-ae
diff options
context:
space:
mode:
authoradam <adam>2004-11-25 09:33:41 +0000
committeradam <adam>2004-11-25 09:33:41 +0000
commitdcb7ef8e89c0780ed17812c17ec56cd30053ca0b (patch)
tree46149020c25ae83838f282270729645bb8b844a8 /mail/balsa2/patches/patch-ae
parent700cd43b2a700c352a40c6891485dc89561c1036 (diff)
downloadpkgsrc-dcb7ef8e89c0780ed17812c17ec56cd30053ca0b.tar.gz
Changes 2.2.6:
- fixed MBOX driver over NFS problem. - use ISO-2022-JP for composing Japanese messages. - yet more exceptions caught. - S/MIME support. - improved identity selection and address book completions. - IMAP optimizations.
Diffstat (limited to 'mail/balsa2/patches/patch-ae')
-rw-r--r--mail/balsa2/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa2/patches/patch-ae b/mail/balsa2/patches/patch-ae
index 3bef2487894..29991048c08 100644
--- a/mail/balsa2/patches/patch-ae
+++ b/mail/balsa2/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.2 2004/07/23 15:09:57 recht Exp $
+$NetBSD: patch-ae,v 1.3 2004/11/25 09:33:41 adam Exp $
---- libbalsa/filter-file.c.orig 2004-05-22 20:53:17.000000000 +0200
-+++ libbalsa/filter-file.c 2004-07-23 12:01:56.000000000 +0200
+--- libbalsa/filter-file.c.orig 2004-10-30 09:35:58.000000000 +0000
++++ libbalsa/filter-file.c
@@ -30,7 +30,7 @@
#include "config.h"
@@ -10,4 +10,4 @@ $NetBSD: patch-ae,v 1.2 2004/07/23 15:09:57 recht Exp $
+#define _XOPEN_SOURCE 600
/* extensions needed additonally on Solaris for strptime */
#define __EXTENSIONS__
- #include <stdio.h>
+ #include <stdlib.h>