forked from Lainports/freebsd-ports
- Add patch from upstream to fix build [2]
- Convert to optionsNG, add NLS option
- Remove unnecessary bsd.port.{pre,post}.mk includes
- Remove unnecessary CPPFLAGS
PR: ports/169728 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Obtained from: https://github.com/phuang/ibus/commit/3862735 [2]
Approved by: flo (mentor)
11 lines
349 B
Python
11 lines
349 B
Python
--- ibus/common.py.orig 2011-08-14 19:14:42.000000000 -0400
|
|
+++ ibus/common.py 2012-01-09 13:56:36.000000000 -0500
|
|
@@ -104,7 +104,7 @@
|
|
# return None
|
|
# return address
|
|
|
|
-libibus = ctypes.CDLL("libibus-1.0.so.0")
|
|
+libibus = ctypes.CDLL("libibus-1.0.so.401")
|
|
get_address = libibus.ibus_get_address
|
|
get_address.restype=ctypes.c_char_p
|
|
|