From 6a5159fe047b80ae3f3813e7ee39553bc8d713fc Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Dec 2003 11:18:18 +0000 Subject: New port: iiimf-* 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/ PR: ports/60087 Submitted by: Kuang-che Wu --- textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c') diff --git a/textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c b/textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c new file mode 100644 index 000000000000..e31626b3b759 --- /dev/null +++ b/textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c @@ -0,0 +1,10 @@ +--- src/iwrap.c.orig Sat Dec 6 02:44:54 2003 ++++ src/iwrap.c Sat Dec 6 02:45:05 2003 +@@ -51,6 +51,7 @@ + #include + #endif + ++#include + #ifdef HAVE_PAM + #include + #endif -- cgit v1.2.3