diff options
-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) ) |