mozc: add gcc8 patch from Gentoo.

This commit is contained in:
Jerome Duval
2019-11-20 19:28:17 +01:00
parent 4aaa3d66ff
commit 48592f19f9
2 changed files with 1141 additions and 2 deletions

View File

@@ -4,12 +4,14 @@ This is open source version."
HOMEPAGE="https://github.com/google/mozc"
COPYRIGHT="2010-2018 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/hanya/mozc/releases/download/v$portVersion/mozc-v$portVersion.tar.bz2"
CHECKSUM_SHA256="15785beb91e8ab78728bc85c1e5d8a8a6e17aa64a3c5399339d200679bbcad6a"
SOURCE_DIR="mozc"
PATCHES="mozc-$portVersion.patchset"
if [ "$effectiveTargetArchitecture" = x86 ]; then
PATCHES="mozc-$portVersion-x86.patch"
PATCHES+="
mozc-$portVersion-x86.patch"
fi
zinniaTomoeVersion="0.6.0-20080911"
SOURCE_URI_2="https://downloads.sourceforge.net/zinnia/zinnia-tomoe-$zinniaTomoeVersion.tar.bz2"

File diff suppressed because it is too large Load Diff