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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- qt-core-4.7.4-r1.ebuild
0
++ qt-core-4.7.4-r2.ebuild
Lines 79-84 Link Here
79
		"${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix CXXFLAGS failed"
79
		"${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix CXXFLAGS failed"
80
	sed -i -e "s:LFLAGS.*=:LFLAGS=${LDFLAGS} :" \
80
	sed -i -e "s:LFLAGS.*=:LFLAGS=${LDFLAGS} :" \
81
		"${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix LDFLAGS failed"
81
		"${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix LDFLAGS failed"
82
83
	# bug 361303
84
	find "${S}"/mkspecs -type f -exec sed -i -e "s:-pipe::" -e "s:-Os::" -e "s:-O[0-3]*::" \
85
		-e "s:s///::" -e "s:-g::" -e "s:-ggdb3::" {} \; || die "sed qmake.conf failed"
82
}
86
}
83
87
84
src_configure() {
88
src_configure() {

Return to bug 361303