diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 22:42:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 22:42:40 +0800 |
commit | 450cc8781c292fc6925247346b5ac3a83f50a09c (patch) | |
tree | f5af2bb6a7ad1fcfb086974c7e3b350e38a1a7c2 /japanese | |
parent | d92d8097f3e9f00e85c0ba2cc22f320973126057 (diff) | |
download | freebsd-ports-gnome-450cc8781c292fc6925247346b5ac3a83f50a09c.tar.gz freebsd-ports-gnome-450cc8781c292fc6925247346b5ac3a83f50a09c.tar.zst freebsd-ports-gnome-450cc8781c292fc6925247346b5ac3a83f50a09c.zip |
- Mark MAKE_JOBS_UNSAFE as this fails sporadically
... seemingly trying to use generated protocol buffer header before it is actually generated:
./../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found
master port doesn't seem to suffer from this issue.
Reported by: pkg-fallout
Approved by: portmgr blanket
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-mozc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/uim-mozc/Makefile b/japanese/uim-mozc/Makefile index 2f2dd4a0337e..b2e15c584dcd 100644 --- a/japanese/uim-mozc/Makefile +++ b/japanese/uim-mozc/Makefile @@ -13,4 +13,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message BUILD_MOZC_LIST=uim_mozc +MAKE_JOBS_UNSAFE=yes + .include "${MASTERDIR}/Makefile" |