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

Collapse All | Expand All

(-)wine-0.9.24.ebuild~ (+3 lines)
Lines 109-114 src_compile() { Link Here
109
		$(use_enable debug) \
109
		$(use_enable debug) \
110
		|| die "configure failed"
110
		|| die "configure failed"
111
111
112
	sed -ri "s/-Os|-O3/-O2/g" dlls/oleaut32/tests/Makefile \
113
	  || die "Compile fix failed"
114
112
	emake -j1 depend || die "depend"
115
	emake -j1 depend || die "depend"
113
	emake all || die "all"
116
	emake all || die "all"
114
}
117
}

Return to bug 147533