diff options
author | hrs <hrs@FreeBSD.org> | 2015-09-26 05:37:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-09-26 05:37:19 +0800 |
commit | 4fc30286f15f9ae67e8e5767b3bf1597a063e780 (patch) | |
tree | 1b6ed927752750806648e675b1ba6f6c5808b88d /japanese | |
parent | cd19b9659360bac0b2c78fa22bd61758f5db4166 (diff) | |
download | freebsd-ports-gnome-4fc30286f15f9ae67e8e5767b3bf1597a063e780.tar.gz freebsd-ports-gnome-4fc30286f15f9ae67e8e5767b3bf1597a063e780.tar.zst freebsd-ports-gnome-4fc30286f15f9ae67e8e5767b3bf1597a063e780.zip |
Add a missing dependency which could cause a build failure.
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': [ |