Skip to content

Commit

Permalink
app-i18n/uchardet: add CPU_FLAGS_X86 support to 9999
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
Coacher authored and SoapGentoo committed Nov 19, 2017
1 parent aafae65 commit eb84c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-i18n/uchardet/uchardet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git"
LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
SLOT="0"
KEYWORDS=""
IUSE="static-libs test"
IUSE="cpu_flags_x86_sse2 static-libs test"

src_prepare() {
cmake-utils_src_prepare
Expand All @@ -22,6 +22,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC=$(usex static-libs)
-DCHECK_SSE2=$(usex cpu_flags_x86_sse2)
)
cmake-utils_src_configure
}

0 comments on commit eb84c0a

Please sign in to comment.