diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
commit | b4e7eef7bd071b5bf06b834d5375415e5f5e069e (patch) | |
tree | 0d9f13dd01516be4751fb719e8ae426cbc566a7a /chinese/gcin-devel/files/patch-IMConn.c | |
parent | Unbreak 'make readme' (diff) |
Add gcin 0.1.9, a triditional chinese input utility in X.
PR: ports/69530
Submitted by: Shen Chuan-Hsing
Notes
Notes:
svn path=/head/; revision=115212
Diffstat (limited to 'chinese/gcin-devel/files/patch-IMConn.c')
-rw-r--r-- | chinese/gcin-devel/files/patch-IMConn.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/gcin-devel/files/patch-IMConn.c b/chinese/gcin-devel/files/patch-IMConn.c new file mode 100644 index 000000000000..9fd32888d1aa --- /dev/null +++ b/chinese/gcin-devel/files/patch-IMConn.c @@ -0,0 +1,11 @@ +--- IMdkit/lib/IMConn.c.orig Sun Jul 2 10:01:01 2000 ++++ IMdkit/lib/IMConn.c Sun Jul 25 19:45:46 2004 +@@ -30,7 +30,7 @@ + ******************************************************************/ + + #include <X11/Xlib.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "IMdkit.h" + #include <stdarg.h> + |