c030c68376
ajacoutot@ ok.
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-ibus_common_py,v 1.3 2012/02/29 21:09:00 fgsch Exp $
|
|
--- ibus/common.py.orig Sun Feb 26 14:16:09 2012
|
|
+++ ibus/common.py Sun Feb 26 14:16:11 2012
|
|
@@ -104,7 +104,7 @@ import ctypes
|
|
# return None
|
|
# return address
|
|
|
|
-libibus = ctypes.CDLL("libibus-1.0.so.0")
|
|
+libibus = ctypes.CDLL("libibus-1.0.so")
|
|
get_address = libibus.ibus_get_address
|
|
get_address.restype=ctypes.c_char_p
|
|
|