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

Collapse All | Expand All

(-)/sys_tools/usr/portage/app-accessibility/speech-tools/speech-tools-1.2.96_beta-r1.ebuild (+1 lines)
Lines 46-51 Link Here
46
46
47
src_compile() {
47
src_compile() {
48
	econf || die
48
	econf || die
49
        sed -i -e "s:\(GCC_SYSTEM_OPTIONS =\).*:\1:" "${S}"/config/systems/sparc_SunOS5.mak
49
	emake -j1 OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
50
	emake -j1 OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
50
}
51
}
51
52

Return to bug 309983