diff options
author | obache <obache@pkgsrc.org> | 2009-11-24 11:49:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-24 11:49:44 +0000 |
commit | 1528b1f7e808b977d16e31fa323a9e51f16130f6 (patch) | |
tree | b109979d36b1df2ff5dfa65521096d9df236a7b8 /inputmethod/scim-bridge/patches/patch-aa | |
parent | b32053eecea0adbda664f79c9c8efd99fd202fef (diff) | |
download | pkgsrc-1528b1f7e808b977d16e31fa323a9e51f16130f6.tar.gz |
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.
Diffstat (limited to 'inputmethod/scim-bridge/patches/patch-aa')
-rw-r--r-- | inputmethod/scim-bridge/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/scim-bridge/patches/patch-aa b/inputmethod/scim-bridge/patches/patch-aa new file mode 100644 index 00000000000..3e17c619d24 --- /dev/null +++ b/inputmethod/scim-bridge/patches/patch-aa @@ -0,0 +1,13 @@ +$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) + { + } |