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

Collapse All | Expand All

(-)libmpeg3-1.5.2-r3.ebuild.ori (+5 lines)
Lines 44-49 Link Here
44
			-e 's|USE_MMX = 1|USE_MMX = 0|' \
44
			-e 's|USE_MMX = 1|USE_MMX = 0|' \
45
			Makefile
45
			Makefile
46
	fi
46
	fi
47
48
	if use mmx && use x86 ; then
49
		ewarn "Removing -fPIC"
50
		sed -i -e "s/-fPIC//g" Makefile
51
	fi
47
}
52
}
48
53
49
src_compile() {
54
src_compile() {

Return to bug 130557