summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2015-12-13 16:13:01 +0000
committertsutsui <tsutsui@pkgsrc.org>2015-12-13 16:13:01 +0000
commit698e88006f428d6fec6f2dee023d39319990b9cc (patch)
tree30a04b3b430914490011b81db8c417a2dacf2899 /inputmethod
parentfcf77f78559ce8c8cc5a74e51659fe6a22acdc86 (diff)
downloadpkgsrc-698e88006f428d6fec6f2dee023d39319990b9cc.tar.gz
Remove useless "MAKE_JOBS_SAFE=no" definition.
Anyway, the actual problem seems fixed in the latest mozc-2.17.2116.102 (error is not reproducible on my environment). See also PR/50281.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-mozc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index a04f31ef19a..09ebf7f7896 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/10/12 07:24:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2015/12/13 16:13:01 tsutsui Exp $
PKGNAME= ibus-${DISTNAME}
PKGREVISION= 1
@@ -11,9 +11,6 @@ DEPENDS+= mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer
DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
-# ../../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found
-MAKE_JOBS_SAFE= no
-
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \