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 /japanese/mutt-devel/files/patch-af | |
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.
Diffstat (limited to 'japanese/mutt-devel/files/patch-af')
-rw-r--r-- | japanese/mutt-devel/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/mutt-devel/files/patch-af b/japanese/mutt-devel/files/patch-af deleted file mode 100644 index 88ba7656f455..000000000000 --- a/japanese/mutt-devel/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- charset.h.orig Fri Dec 7 03:41:04 2001 -+++ charset.h Fri Dec 7 03:42:31 2001 -@@ -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 *, int); - void mutt_sanitize_ja_chars (char *, size_t, int); |