Fix dependency which could cause build failure pointed out in r396511.
This commit is contained in:
parent
2dc898cf6d
commit
a08e9d565b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396515
@ -0,0 +1,10 @@
|
||||
--- src/session/session_base.gyp.orig 2015-09-09 23:49:24.267933000 +0900
|
||||
+++ src/session/session_base.gyp 2015-09-09 23:50:12.347558000 +0900
|
||||
@@ -101,6 +101,7 @@
|
||||
'../composer/composer.gyp:key_event_util',
|
||||
'../composer/composer.gyp:key_parser',
|
||||
'../config/config.gyp:config_handler',
|
||||
+ '../protocol/protocol.gyp:commands_proto',
|
||||
'../protocol/protocol.gyp:config_proto',
|
||||
'keymap',
|
||||
],
|
@ -13,6 +13,4 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
BUILD_MOZC_LIST=uim_mozc
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user