Add a russian patch.
PR: ports/25306 Submitted by: maintainer
This commit is contained in:
parent
aea5cf0a2b
commit
aa47c4bbae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38640
1 changed files with 15 additions and 0 deletions
15
textproc/sablotron/files/patch-engine-utf8.cpp
Normal file
15
textproc/sablotron/files/patch-engine-utf8.cpp
Normal file
|
@ -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)
|
Loading…
Reference in a new issue