7874f19013
IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
11 lines
342 B
Text
11 lines
342 B
Text
--- unit/codetable/Makefile.in.orig Sat Dec 6 03:05:27 2003
|
|
+++ unit/codetable/Makefile.in Sat Dec 6 03:05:52 2003
|
|
@@ -98,7 +98,7 @@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LE_TARGETS = @LE_TARGETS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -L/usr/local/lib -liconv
|
|
LIBTOOL = @LIBTOOL@
|
|
LINKER = @LINKER@
|
|
LN_S = @LN_S@
|