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

Collapse All | Expand All

(-)icecc-2.9.ebuild.old (+4 lines)
Lines 22-31 Link Here
22
	echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
22
	echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
23
}
23
}
24
24
25
src_compile() {
25
src_compile() {
26
	${QTDIR}/bin/qmake || die
26
	${QTDIR}/bin/qmake || die
27
	#Qmake generates strip commands for all executables. Remove.
28
	sed -i \
29
		-e "/strip/d" \
30
		Makefile
27
	emake || die
31
	emake || die
28
}
32
}
29
33
30
src_install() {
34
src_install() {
31
	make INSTALL_ROOT="${D}" install || die
35
	make INSTALL_ROOT="${D}" install || die

Return to bug 220094