Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232126 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-libs/pixman/pixman-0.11.8.ebuild (-2 / +9 lines)
Lines 9-17 Link Here
9
9
10
DESCRIPTION="Low-level pixel manipulation routines"
10
DESCRIPTION="Low-level pixel manipulation routines"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
12
IUSE="altivec mmx sse2"
12
IUSE="altivec mmx sse sse2"
13
13
14
CONFIGURE_OPTIONS="$(use_enable altivec vmx) $(use_enable mmx) \
14
CONFIGURE_OPTIONS="$(use_enable altivec vmx) $(use_enable mmx) \
15
$(use_enable sse2) --disable-gtk"
15
$(use_enable sse2) --disable-gtk"
16
16
17
PATCHES="${FILESDIR}/pixman-0.11.8-sse2-intrinsics-check.patch"
17
src_unpack() {
18
	x-modular_src_unpack
19
	cd "${S}"
20
	use sse && epatch "${FILESDIR}"/${P}-sse.patch
21
	epatch "${FILESDIR}"/${P}-sse2-intrinsics-check.patch
22
	eautoreconf
23
	elibtoolize
24
}

Return to bug 232126