diff options
Diffstat (limited to 'inputmethod/scim/patches/patch-af')
-rw-r--r-- | inputmethod/scim/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/scim/patches/patch-af b/inputmethod/scim/patches/patch-af new file mode 100644 index 00000000000..2752a04ac8d --- /dev/null +++ b/inputmethod/scim/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $ + +--- modules/IMEngine/scim_rawcode_imengine.cpp.orig 2008-11-02 06:42:21.000000000 +0000 ++++ modules/IMEngine/scim_rawcode_imengine.cpp +@@ -48,7 +48,7 @@ + + using namespace scim; + +-static Pointer <RawCodeFactory> __rawcode_factory; ++static Pointer <RawCodeFactory> __rawcode_factory = Pointer<RawCodeFactory>(0); + + static String __rawcode_locales; + |