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

(-)wxlib.eclass.orig (-1 / +2 lines)
Lines 37-43 Link Here
37
wxlib_src_unpack() {
37
wxlib_src_unpack() {
38
	unpack ${A}
38
	unpack ${A}
39
	cd ${S}
39
	cd ${S}
40
	sed -i "s/-O2//g" configure || die "sed configure failed"
40
	sed -i -e 's:$wxUSE_LIBSDL" != "no":$wxUSE_LIBSDL" = "yes":' \
41
		-e "s/-O2//g" configure || die "sed configure failed"
41
	gnuconfig_update
42
	gnuconfig_update
42
}
43
}
43
44

Return to bug 91574