diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-12 15:14:50 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-12 15:14:50 +0000 |
commit | 0da54895fea6812bf2155e78593ee7490e4b37ef (patch) | |
tree | 8bfcaeb21e34e356b44d2735e9eca19b44a97320 /app-i18n/anthy/files | |
parent | keyword ~ppc,~ppc64 wrt #348192 (diff) | |
download | gentoo-2-0da54895fea6812bf2155e78593ee7490e4b37ef.tar.gz gentoo-2-0da54895fea6812bf2155e78593ee7490e4b37ef.tar.bz2 gentoo-2-0da54895fea6812bf2155e78593ee7490e4b37ef.zip |
Fixed header to work with app-i18n/im-ja. Added static-libs USE flag and canna-2ch local USE flag.
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/anthy/files')
-rw-r--r-- | app-i18n/anthy/files/anthy-9100h-anthy_context_t.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-i18n/anthy/files/anthy-9100h-anthy_context_t.patch b/app-i18n/anthy/files/anthy-9100h-anthy_context_t.patch new file mode 100644 index 000000000000..b46a136663bc --- /dev/null +++ b/app-i18n/anthy/files/anthy-9100h-anthy_context_t.patch @@ -0,0 +1,12 @@ +diff -Naur anthy-9100h.orig/anthy/input.h anthy-9100h/anthy/input.h +--- anthy-9100h.orig/anthy/input.h 2006-05-13 18:28:35.000000000 +0900 ++++ anthy-9100h/anthy/input.h 2011-01-12 23:36:39.629749518 +0900 +@@ -10,6 +10,8 @@ + #ifndef INPUT_H_INCLUDE + #define INPUT_H_INCLUDE + ++#include "anthy.h" ++ + #ifdef __cplusplus + extern "C" { + #endif |