Mozc: fix build break on x86_gcc2 (#3514)

This commit is contained in:
hanya
2018-12-29 21:16:29 +00:00
committed by Jérôme Duval
parent 30767b4bc7
commit 8ad15b6e98
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2010-2018 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/hanya/mozc/releases/download/v$portVersion/mozc-v$portVersion.tar.bz2"
CHECKSUM_SHA256="c2bb1339aab14bbff56ad66ae3cb340f00a8c39f529a63601eaaea5eb9165973"
CHECKSUM_SHA256="9daca1966b9b12c29628a271bab50115f6a9cba878ea632612aec64874a9bc6e"
SOURCE_DIR="mozc"
if [ "$effectiveTargetArchitecture" = x86 ]; then
PATCHES="mozc-$portVersion-x86.patch"