summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
commit449a928eea07416fb2c4e7ce5f02faae8c31155d (patch)
tree32461f0eea9317c27ab59afa60d1e17c3884eefe /mail/mutt-devel/files/patch-11
parentAdd 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/mutt-devel/files/patch-11')
-rw-r--r--mail/mutt-devel/files/patch-1111
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt-devel/files/patch-11 b/mail/mutt-devel/files/patch-11
deleted file mode 100644
index 9dc05d9d2c05..000000000000
--- a/mail/mutt-devel/files/patch-11
+++ /dev/null
@@ -1,11 +0,0 @@
---- charset.h.orig Tue Mar 6 00:03:04 2001
-+++ charset.h Tue Mar 6 00:04:22 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);