diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-09-03 16:50:19 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-09-03 16:50:19 +0000 |
commit | f9d7b654a073a49269556449d9a5bd98d33ba1f0 (patch) | |
tree | 96ae1ef2a70f1fef0c5d44a3f455d5b0e147c6b9 /japanese | |
parent | Bring back a patch to fix pthread linking in avahi. (diff) |
I hope this fixes build on RELENG_4.
I don't have RELENG_4 box anymore.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=172064
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp b/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp new file mode 100644 index 000000000000..5a324cd82fe7 --- /dev/null +++ b/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp @@ -0,0 +1,13 @@ +Index: src/scim_anthy_key2kana.cpp +diff -u src/scim_anthy_key2kana.cpp.orig src/scim_anthy_key2kana.cpp +--- src/scim_anthy_key2kana.cpp.orig Tue Jul 11 11:22:08 2006 ++++ src/scim_anthy_key2kana.cpp Mon Sep 4 01:45:58 2006 +@@ -23,6 +23,8 @@ + #include "scim_anthy_imengine.h" + #include "scim_anthy_utils.h" + ++#include <wctype.h> ++ + using namespace scim_anthy; + + Key2KanaConvertor::Key2KanaConvertor (AnthyInstance & anthy, |