diff options
author | drochner <drochner> | 2003-07-25 18:25:45 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-25 18:25:45 +0000 |
commit | a6c01cbc9240df25b910b047429d7b1664ed9158 (patch) | |
tree | 3355c8f6b2727c7c119e736124d7379e07378b74 /mail/balsa2/patches/patch-ae | |
parent | 269940e0c0f82ec7bc388466f52f26eb39613e78 (diff) | |
download | pkgsrc-a6c01cbc9240df25b910b047429d7b1664ed9158.tar.gz |
-update to 2.0.12
changes:
-Undo function in the message composer
-extended GPG support
-bugfixes
-Remove a hack which appearently helps finding iconv() in libiconv.
Every other pkg finds it itself; and it breaks in -current.
Diffstat (limited to 'mail/balsa2/patches/patch-ae')
-rw-r--r-- | mail/balsa2/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ae b/mail/balsa2/patches/patch-ae new file mode 100644 index 00000000000..6472afacc9b --- /dev/null +++ b/mail/balsa2/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2003/07/25 18:25:46 drochner Exp $ + +--- libbalsa/filter-file.c.orig 2003-07-25 19:39:19.000000000 +0200 ++++ libbalsa/filter-file.c 2003-07-25 19:39:41.000000000 +0200 +@@ -34,7 +34,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 <stdio.h> |