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

Collapse All | Expand All

(-)libast-0.6.1.ebuild.orig (-1 / +8 lines)
Lines 20-29 Link Here
20
20
21
src_compile() {
21
src_compile() {
22
	local myregexp="posix"
22
	local myregexp="posix"
23
	local mymmx=""
23
	use pcre && myregexp="pcre"
24
	use pcre && myregexp="pcre"
25
	if use amd64; then
26
		mymmx="--enable-mmx"
27
	else
28
		mymmx=`use_enable mmx`
29
	fi
30
24
	econf \
31
	econf \
25
		$(use_with imlib) \
32
		$(use_with imlib) \
26
		$(use_enable mmx) \
33
		${mymmx} \
27
		--with-regexp=${myregexp} \
34
		--with-regexp=${myregexp} \
28
		|| die
35
		|| die
29
	emake || die
36
	emake || die

Return to bug 84513