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

Collapse All | Expand All

(-)pixman-0.17.2.ebuild.old (+7 lines)
Lines 13-18 Link Here
13
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
13
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
14
IUSE="altivec mmx sse2"
14
IUSE="altivec mmx sse2"
15
15
16
EAPI="2"
17
16
pkg_setup() {
18
pkg_setup() {
17
	CONFIGURE_OPTIONS="
19
	CONFIGURE_OPTIONS="
18
		$(use_enable altivec vmx)
20
		$(use_enable altivec vmx)
Lines 44-46 Link Here
44
		CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} --disable-mmx --disable-sse2" ;;
46
		CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} --disable-mmx --disable-sse2" ;;
45
	esac
47
	esac
46
}
48
}
49
50
src_prepare() {
51
	epatch "$FILESDIR/fix-neon-simd-checks.patch"
52
	eautoreconf
53
}

Return to bug 298391