diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-06 11:07:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-06 11:07:37 +0000 |
commit | 0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 (patch) | |
tree | 737091d99603b2aaeeb910bdaaa0150c86ea92f3 /mail/balsa2/files/patch-libmutt::charset.h | |
parent | Update to 0.6. Include manpage submitted by Dave Chapeskie. (diff) |
Update to 1.1.2.
Notes
Notes:
svn path=/head/; revision=39119
Diffstat (limited to 'mail/balsa2/files/patch-libmutt::charset.h')
-rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/balsa2/files/patch-libmutt::charset.h b/mail/balsa2/files/patch-libmutt::charset.h new file mode 100644 index 000000000000..7e490597f1dc --- /dev/null +++ b/mail/balsa2/files/patch-libmutt::charset.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libmutt/charset.h 2001/03/06 10:38:56 1.1 ++++ libmutt/charset.h 2001/03/06 10:39:08 +@@ -19,7 +19,7 @@ + #ifndef _CHARSET_H + #define _CHARSET_H + +-#include <iconv.h> ++#include <giconv.h> + + int mutt_convert_string (char **, const char *, const char *); + |