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 /editors/AbiWord/files/patch-..::wv::text.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 'editors/AbiWord/files/patch-..::wv::text.c')
-rw-r--r-- | editors/AbiWord/files/patch-..::wv::text.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/AbiWord/files/patch-..::wv::text.c b/editors/AbiWord/files/patch-..::wv::text.c deleted file mode 100644 index cab0a88b54a0..000000000000 --- a/editors/AbiWord/files/patch-..::wv::text.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../wv/text.c.orig Tue Jun 26 19:04:10 2001 -+++ ../wv/text.c Wed Aug 8 14:47:29 2001 -@@ -5,7 +5,7 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif --#include "iconv.h" -+#include "giconv.h" - #include "wv.h" - - extern TokenTable s_Tokens[]; |