pkgsrc/mail/balsa2/patches/patch-ae
adam e81a448391 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.
2004-11-25 09:33:41 +00:00

13 lines
402 B
Text

$NetBSD: patch-ae,v 1.3 2004/11/25 09:33:41 adam Exp $
--- libbalsa/filter-file.c.orig 2004-10-30 09:35:58.000000000 +0000
+++ libbalsa/filter-file.c
@@ -30,7 +30,7 @@
#include "config.h"
/* define _XOPEN_SOURCE to make strptime visible */
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 600
/* extensions needed additonally on Solaris for strptime */
#define __EXTENSIONS__
#include <stdlib.h>