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/mutt-devel/files/patch-13 | |
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/mutt-devel/files/patch-13')
-rw-r--r-- | mail/mutt-devel/files/patch-13 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt-devel/files/patch-13 b/mail/mutt-devel/files/patch-13 deleted file mode 100644 index afdc0fce063a..000000000000 --- a/mail/mutt-devel/files/patch-13 +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/gettextP.h.orig Thu Jun 7 22:00:05 2001 -+++ intl/gettextP.h Wed Jul 25 08:06:39 2001 -@@ -25,7 +25,7 @@ - # include "../iconv/gconv_int.h" - #else - # if HAVE_ICONV --# include <iconv.h> -+# include <giconv.h> - # endif - #endif - |