projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e28e9
)
app-i18n/uchardet: sync 9999 with 0.0.6
author
Ilya Tumaykin
<itumaykin@gmail.com>
Fri, 16 Mar 2018 19:43:23 +0000
(22:43 +0300)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-i18n/uchardet/uchardet-9999.ebuild
b/app-i18n/uchardet/uchardet-9999.ebuild
index 6031e5859e4bb6cbefe31498ffe9a3b5473af58b..d694e455f2fefb70cda02ba441bfd7952b9b76f8 100644
(file)
--- a/
app-i18n/uchardet/uchardet-9999.ebuild
+++ b/
app-i18n/uchardet/uchardet-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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)
)