diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /textproc/goldendict-devel/files/patch-iconv.cc | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'textproc/goldendict-devel/files/patch-iconv.cc')
-rw-r--r-- | textproc/goldendict-devel/files/patch-iconv.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/goldendict-devel/files/patch-iconv.cc b/textproc/goldendict-devel/files/patch-iconv.cc deleted file mode 100644 index e167ff53bfd2..000000000000 --- a/textproc/goldendict-devel/files/patch-iconv.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- iconv.cc.orig 2009-04-18 21:20:12.000000000 +0400 -+++ iconv.cc 2009-11-09 01:15:24.000000000 +0300 -@@ -44,11 +44,7 @@ - throw( exIncorrectSeq, exOther ) - { - size_t result = iconv( state, -- #ifdef __WIN32 - (char const **)&inBuf, -- #else -- (char **)&inBuf, -- #endif - &inBytesLeft, - (char **)&outBuf, &outBytesLeft ); - |