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 (+3 lines)
Lines 46-51 Link Here
46
46
47
src_compile() {
47
src_compile() {
48
	econf || die
48
	econf || die
49
#
50
# Added for x86 for RIT
51
	cp config/systems/ix86_SunOS5.mak config/systems/ix86_unknown.mak
49
	emake -j1 OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
52
	emake -j1 OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
50
}
53
}
51
54

Return to bug 309983