Add a russian patch.

PR:		ports/25306
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2001-02-23 15:48:19 +00:00
parent aea5cf0a2b
commit aa47c4bbae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38640

View 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)