aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-06-01 18:13:24 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-06-01 18:13:24 +0000
commitf245813f18f885281b566ba715b53892a320a215 (patch)
treee643c6d414d7e778e056c72724b45725be3f20fd /japanese
parent959f856e9644871c198a95c9b9f8c37edd28bca8 (diff)
downloadports-f245813f18f885281b566ba715b53892a320a215.tar.gz
ports-f245813f18f885281b566ba715b53892a320a215.zip
japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache build
The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf. Submitted by: bdrewery Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Notes
Notes: svn path=/head/; revision=471279
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mozc-server/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index 534ec907fb74..a213149ed057 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -13,9 +13,6 @@ COMMENT?= Mozc Japanese Input Method, Server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/ja-mozc-server-2.20.2677.102.02_8.log
-BROKEN= fails to build
-
BUILD_DEPENDS= ninja:devel/ninja \
gyp:devel/py-gyp
EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
@@ -97,6 +94,7 @@ BUILD_MOZC_CMD= cd ${BUILD_WRKSRC} && \
CXX_target="${CXX}" \
LD_host="${CXX}" \
AR_host="${AR}" \
+ ${MAKE_ENV} \
${PYTHON_CMD} build_mozc.py
BUILD_MOZC_CMD_BUILD= ${BUILD_MOZC_CMD} build -c ${BUILD_MODE} ${_MAKE_JOBS}
BUILD_GYP_CMD= ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/gyp