Fix failure of mozc runtests (#1911)

Closes #1869.
This commit is contained in:
hanya
2017-12-19 00:33:05 +09:00
committed by diversys
parent 0c0cee8a6f
commit b5bb892ad1

View File

@@ -4,10 +4,10 @@ This is open source version."
HOMEPAGE="https://github.com/google/mozc/" HOMEPAGE="https://github.com/google/mozc/"
COPYRIGHT="2010-2016, Google Inc." COPYRIGHT="2010-2016, Google Inc."
LICENSE="BSD (3-clause)" LICENSE="BSD (3-clause)"
REVISION="1" REVISION="2"
fileVersion="v2.20.2677.102.3" fileVersion="v2.20.2677.102.6"
SOURCE_URI="https://github.com/hanya/mozc/releases/download/$fileVersion/mozc-$fileVersion.tar.bz2" SOURCE_URI="https://github.com/hanya/mozc/releases/download/$fileVersion/mozc-$fileVersion.tar.bz2"
CHECKSUM_SHA256="5b7c8c1e114b99221a2d9cf650fadd1cad9137986c94762f490a62af1048a8b1" CHECKSUM_SHA256="cdb43a88d82db185299a8e396fccfe76ddbbe5a3c6b219220a36b55115cff4ac"
SOURCE_DIR="mozc" SOURCE_DIR="mozc"
if [ $effectiveTargetArchitecture == "x86" ]; then if [ $effectiveTargetArchitecture == "x86" ]; then
PATCHES="mozc-$portVersion-x86.patch" PATCHES="mozc-$portVersion-x86.patch"