pkgsrc/inputmethod/scim-bridge/patches/patch-aa
obache 1528b1f7e8 Import scim-bridge-0.4.16 as inputmethod/scim-bridge.
Scim-bridge is wrapper library for SCIM, written in C. It is firstly written to
solve problems occured by the ABI transition of GNU libstdc++ between 3.* branch
and 4.* branch. That's not the problem in the most of cases because you usually
used the same compiler for SCIM and GUI apps.
2009-11-24 11:49:44 +00:00

13 lines
606 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 11:49:44 obache Exp $
--- agent/scim-bridge-agent.cpp.orig 2009-01-18 02:58:59.000000000 +0000
+++ agent/scim-bridge-agent.cpp
@@ -192,7 +192,7 @@ ScimBridgeAgent *ScimBridgeAgent::alloc
ScimBridgeAgentImpl::ScimBridgeAgentImpl ():
-running (true), noexit_enabled (false), standalone_enabled (false), client_app_count (0),
+running (true), noexit_enabled (false), standalone_enabled (false), client_app_count (0), scim_config_module(0),
accept_listener (NULL), interruption_listener (NULL), panel_listener (NULL), signal_listener (NULL), display (NULL)
{
}