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

Collapse All | Expand All

(-)audacity-1.3.2-r1.ebuild.old (-3 / +2 lines)
Lines 35-41 Link Here
35
35
36
	cd "${S}"
36
	cd "${S}"
37
	epatch "${FILESDIR}"/${P}-gentoo.patch
37
	epatch "${FILESDIR}"/${P}-gentoo.patch
38
	if ! use sse ; then
38
	if use x86 && ! use sse ; then
39
		epatch "${FILESDIR}"/${P}-no-msse.patch
39
		epatch "${FILESDIR}"/${P}-no-msse.patch
40
		epatch "${FILESDIR}"/${P}-disable-optimization.patch
40
		epatch "${FILESDIR}"/${P}-disable-optimization.patch
41
	fi
41
	fi
Lines 67-74 Link Here
67
		$(use_with flac flac system) \
67
		$(use_with flac flac system) \
68
		${myconf} || die
68
		${myconf} || die
69
69
70
	# parallel borks
70
	emake || die
71
	emake -j1 || die
72
}
71
}
73
72
74
src_install() {
73
src_install() {

Return to bug 155495