pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/mozc-elisp Fix build like other mozc packages



details:   https://anonhg.NetBSD.org/pkgsrc/rev/071a03b49be0
branches:  trunk
changeset: 347722:071a03b49be0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 28 08:04:16 2016 +0000

description:
Fix build like other mozc packages

diffstat:

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

diffs (18 lines):

diff -r f03f8faf5a95 -r 071a03b49be0 inputmethod/mozc-elisp/Makefile
--- a/inputmethod/mozc-elisp/Makefile   Sat May 28 08:02:26 2016 +0000
+++ b/inputmethod/mozc-elisp/Makefile   Sat May 28 08:04:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/05/28 08:04:16 ryoon Exp $
 #
 
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
@@ -12,7 +12,7 @@
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-               ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
+               ${PYTHONBIN} build_mozc.py build -c Release \
                        unix/emacs/emacs.gyp:mozc_emacs_helper
        cd ${WRKSRC}/unix/emacs && \
                ${EMACS_BIN} -q -batch -no-site-file -no-init-file \



Home | Main Index | Thread Index | Old Index