pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim-mozc Fix build error as mozc-elisp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ab6ae6f29a0
branches:  trunk
changeset: 347877:0ab6ae6f29a0
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Wed Jun 01 13:35:59 2016 +0000

description:
Fix build error as mozc-elisp.

diffstat:

 inputmethod/uim-mozc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16002f73b836 -r 0ab6ae6f29a0 inputmethod/uim-mozc/Makefile
--- a/inputmethod/uim-mozc/Makefile     Wed Jun 01 13:34:23 2016 +0000
+++ b/inputmethod/uim-mozc/Makefile     Wed Jun 01 13:35:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/01 13:35:59 tsutsui Exp $
 
 PKGNAME=       uim-${DISTNAME}
 
@@ -23,7 +23,7 @@
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-               ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
+               ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
                        unix/uim/uim.gyp:uim-mozc \
                        renderer/renderer.gyp:mozc_renderer
 



Home | Main Index | Thread Index | Old Index