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

(-)/usr/portage/app-emulation/wine/wine-0.9.22.ebuild (+5 lines)
Lines 109-114 Link Here
109
		$(use_enable debug) \
109
		$(use_enable debug) \
110
		|| die "configure failed"
110
		|| die "configure failed"
111
111
112
	gcc -v 2>&1 | grep "gcc version 4.1.1 (Gentoo 4.1.1-r1)" > /dev/null && \
113
	sed -ri "s/(CFLAGS.*)-O3/\1-O1/g" \
114
		dlls/oleaut32/tests/Makefile \
115
		|| die	"gcc4.1.1 patching failed"
116
112
	emake -j1 depend || die "depend"
117
	emake -j1 depend || die "depend"
113
	emake all || die "all"
118
	emake all || die "all"
114
}
119
}

Return to bug 147533