summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-09-23 11:53:27 +0000
committerjoerg <joerg@pkgsrc.org>2015-09-23 11:53:27 +0000
commit315d90242deb2e0d60b292bc0bfe8c07a03daf2e (patch)
tree70909d97aa63938d1b32e377d55fbe2f819e9db1 /inputmethod
parent2c4f344a395d2101bc0952d1701f0f123d30d31e (diff)
downloadpkgsrc-315d90242deb2e0d60b292bc0bfe8c07a03daf2e.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-mozc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index e13da233eab..90c8bbcd2fc 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/07/31 13:07:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2015/09/23 11:53:27 joerg Exp $
PKGNAME= ibus-${DISTNAME}
@@ -10,6 +10,9 @@ 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} \