View | Details | Raw Unified | Return to bug 163961
Collapse All | Expand All

(-)/usr/ports/textproc/ibus/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ibus
8
PORTNAME=	ibus
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.4.0
10
PORTREVISION=	1
10
CATEGORIES=	textproc
11
CATEGORIES=	textproc
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
13
(-)/usr/ports/textproc/ibus/files/patch-ibus-common.py (+11 lines)
Line 0 Link Here
1
--- ibus/common.py.orig	2012-01-02 19:08:27.000000000 +0800
2
+++ ibus/common.py	2012-01-02 19:08:42.000000000 +0800
3
@@ -104,7 +104,7 @@
4
 #         return None
5
 #     return address
6
 
7
-libibus = ctypes.CDLL("libibus-1.0.so.0")
8
+libibus = ctypes.CDLL("libibus-1.0.so.400")
9
 get_address = libibus.ibus_get_address
10
 get_address.restype=ctypes.c_char_p
11
 

Return to bug 163961