From: Ilya Tumaykin Date: Fri, 16 Mar 2018 19:43:23 +0000 (+0300) Subject: app-i18n/uchardet: sync 9999 with 0.0.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a54cfae103e8e255a3526361d663ae022b1bbba;p=gentoo.git app-i18n/uchardet: sync 9999 with 0.0.6 Closes: https://github.com/gentoo/gentoo/pull/7480 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-i18n/uchardet/uchardet-9999.ebuild b/app-i18n/uchardet/uchardet-9999.ebuild index 6031e5859e4b..d694e455f2fe 100644 --- a/app-i18n/uchardet/uchardet-9999.ebuild +++ b/app-i18n/uchardet/uchardet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,6 +21,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DTARGET_ARCHITECTURE="${ARCH}" -DBUILD_STATIC=$(usex static-libs) -DCHECK_SSE2=$(usex cpu_flags_x86_sse2) )