diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2018-03-16 22:43:23 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:54:54 +0100 |
commit | 4a54cfae103e8e255a3526361d663ae022b1bbba (patch) | |
tree | ad67fad13f857e8d4b7cd3804cedb1a13aaeec6c /app-i18n/uchardet | |
parent | app-i18n/uchardet: remove old (diff) | |
download | gentoo-4a54cfae103e8e255a3526361d663ae022b1bbba.tar.gz gentoo-4a54cfae103e8e255a3526361d663ae022b1bbba.tar.bz2 gentoo-4a54cfae103e8e255a3526361d663ae022b1bbba.zip |
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
Diffstat (limited to 'app-i18n/uchardet')
-rw-r--r-- | app-i18n/uchardet/uchardet-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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) ) |