Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307861
Collapse All | Expand All

(-)qt-webkit-4.6.2-r1.ebuild (+2 lines)
Lines 45-50 Link Here
45
45
46
src_prepare() {
46
src_prepare() {
47
	[[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
47
	[[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
48
	[[ $(tc-arch) == "x86" ]]  && is-flag -ggdb && ewarn "-ggdb reportedly doesn't work on i386 architectures, see bug #307861"
49
48
	qt4-build_src_prepare
50
	qt4-build_src_prepare
49
}
51
}
50
52

Return to bug 307861