diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
commit | 449a928eea07416fb2c4e7ce5f02faae8c31155d (patch) | |
tree | 32461f0eea9317c27ab59afa60d1e17c3884eefe /mail/balsa2/files/patch-libmutt::charset.c | |
parent | Add a patch to fix a bug where iconv() did not return -1 properly on (diff) |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Notes
Notes:
svn path=/head/; revision=56293
Diffstat (limited to 'mail/balsa2/files/patch-libmutt::charset.c')
-rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/balsa2/files/patch-libmutt::charset.c b/mail/balsa2/files/patch-libmutt::charset.c deleted file mode 100644 index 3c57eacaedc5..000000000000 --- a/mail/balsa2/files/patch-libmutt::charset.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmutt/charset.c 2001/03/06 10:39:57 1.1 -+++ libmutt/charset.c 2001/03/06 10:40:07 -@@ -29,7 +29,7 @@ - #include <unistd.h> - #include <errno.h> - --#include <iconv.h> -+#include <giconv.h> - - #include "mutt.h" - #include "charset.h" |