diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-25 21:37:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-25 21:37:19 +0000 |
commit | e477b97a07b9b40676b5ec00d624ab108d4aecfa (patch) | |
tree | 1b6ed927752750806648e675b1ba6f6c5808b88d /japanese | |
parent | 3aa66d061f24df606bdb64c7a4281ee6ea50728e (diff) | |
download | ports-e477b97a07b9b40676b5ec00d624ab108d4aecfa.tar.gz ports-e477b97a07b9b40676b5ec00d624ab108d4aecfa.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp b/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp index 082f54758a04..700f2890e971 100644 --- a/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp +++ b/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp @@ -1,5 +1,5 @@ --- src/unix/uim/uim.gyp.orig 2014-10-27 02:24:13.000000000 +0900 -+++ src/unix/uim/uim.gyp 2015-07-13 15:29:56.322735000 +0900 ++++ src/unix/uim/uim.gyp 2015-09-26 06:34:58.683557000 +0900 @@ -31,6 +31,7 @@ { 'variables': { @@ -17,11 +17,12 @@ ], }, 'targets': [ -@@ -49,7 +52,7 @@ +@@ -49,7 +52,8 @@ 'key_translator.cc', ], 'dependencies': [ - '../../session/session_base.gyp:session_protocol', ++ '../../protocol/protocol.gyp:commands_proto', + '../../session/session_base.gyp:ime_switch_util', ], 'cflags': [ |