diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-25 15:43:26 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-25 15:43:26 +0000 |
commit | 21c3e13a158c316541ae57eef4f2027ddd075e71 (patch) | |
tree | 798b5b15b3a95bc32e20c052908fa4582ecce2dc /x11-terms/mlterm/files | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-21c3e13a158c316541ae57eef4f2027ddd075e71.tar.gz gentoo-2-21c3e13a158c316541ae57eef4f2027ddd075e71.tar.bz2 gentoo-2-21c3e13a158c316541ae57eef4f2027ddd075e71.zip |
Fixed work with uim-1.5.1.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-terms/mlterm/files')
-rw-r--r-- | x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch b/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch new file mode 100644 index 000000000000..e69a2c93206b --- /dev/null +++ b/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch @@ -0,0 +1,10 @@ +--- a/inputmethod/uim/im_uim.c 2008-05-25 23:41:46.871924640 +0900 ++++ b/inputmethod/uim/im_uim.c 2008-05-25 23:42:34.149923480 +0900 +@@ -35,6 +35,7 @@ + #include <uim-helper.h> + #include <uim-im-switcher.h> + ++#include <stdio.h> + #include <X11/keysym.h> /* XK_xxx */ + #include <kiklib/kik_mem.h> /* malloc/alloca/free */ + #include <kiklib/kik_str.h> /* kik_str_alloca_dup kik_str_sep kik_snprintf*/ |