app-i18n/uchardet: sync 9999 with 0.0.6
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 16 Mar 2018 19:43:23 +0000 (22:43 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:54:54 +0000 (11:54 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7480
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-i18n/uchardet/uchardet-9999.ebuild

index 6031e5859e4bb6cbefe31498ffe9a3b5473af58b..d694e455f2fefb70cda02ba441bfd7952b9b76f8 100644 (file)
@@ -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)
        )