diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-23 15:48:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-23 15:48:19 +0000 |
commit | aa47c4bbae1b4913a1ecda7ee07cb66a86049f14 (patch) | |
tree | 65d0267654f5ede2681e816f49ffcee10ff1d5de /textproc/sablotron/files/patch-engine-utf8.cpp | |
parent | aea5cf0a2b03ad8410d26218ba2fa74e2cfe515a (diff) | |
download | ports-aa47c4bbae1b4913a1ecda7ee07cb66a86049f14.tar.gz ports-aa47c4bbae1b4913a1ecda7ee07cb66a86049f14.zip |
Add a russian patch.
PR: ports/25306
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38640
Diffstat (limited to 'textproc/sablotron/files/patch-engine-utf8.cpp')
-rw-r--r-- | textproc/sablotron/files/patch-engine-utf8.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/sablotron/files/patch-engine-utf8.cpp b/textproc/sablotron/files/patch-engine-utf8.cpp new file mode 100644 index 000000000000..2e74e7d36b64 --- /dev/null +++ b/textproc/sablotron/files/patch-engine-utf8.cpp @@ -0,0 +1,15 @@ +diff -crN Sablot-0.51.orig/Sablot/engine/utf8.cpp Sablot-0.51/Sablot/engine/utf8.cpp +*** Sablot/engine/utf8.cpp Fri Feb 23 15:03:03 2001 +--- Sablot/engine/utf8.cpp Fri Feb 23 15:02:23 2001 +*************** +*** 55,61 **** +--- 55,63 ---- + #include "utf8.h" + + #ifdef HAVE_ICONV_H ++ extern "C" { + #include <iconv.h> ++ } + #endif + + #if defined(HAVE_WCHAR_H) || defined(_MSC_VER) |