diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-19 09:34:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-19 09:34:21 +0000 |
commit | e0cd2c976b267790091a9b28192501a3ae760668 (patch) | |
tree | c8a805ea41f8a1a18e1e6bf9950b532680e81679 /mail/balsa/files/patch-libmutt::rfc2047.c | |
parent | - Update to version 3.3.0 (diff) |
Update to 1.2.0.
PR: 30662
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes:
svn path=/head/; revision=47982
Diffstat (limited to 'mail/balsa/files/patch-libmutt::rfc2047.c')
-rw-r--r-- | mail/balsa/files/patch-libmutt::rfc2047.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libmutt::rfc2047.c b/mail/balsa/files/patch-libmutt::rfc2047.c new file mode 100644 index 000000000000..feb6b4e51de0 --- /dev/null +++ b/mail/balsa/files/patch-libmutt::rfc2047.c @@ -0,0 +1,11 @@ +--- libmutt/rfc2047.c Wed Jul 18 10:47:01 2001 ++++ libmutt/rfc2047.c.new Tue Sep 18 16:18:18 2001 +@@ -24,7 +24,7 @@ + + #include <ctype.h> + #include <errno.h> +-#include <iconv.h> ++#include <giconv.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |