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

Collapse All | Expand All

(-)libmovtar-0.1.3-r1.ebuild (-1 / +3 lines)
Lines 34-40 src_unpack() { Link Here
34
34
35
src_compile() {
35
src_compile() {
36
	elibtoolize
36
	elibtoolize
37
	econf --disable-dependency-tracking || die
37
	local myconf="--disable-dependency-tracking"
38
	use x86 && use mmx && myconf="${myconf} --with-jpeg-mmx=/usr/lib"
39
	econf ${myconf} || die
38
	emake || die
40
	emake || die
39
}
41
}
40
42

Return to bug 59074