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

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +3 lines)
Line 5 Link Here
5
EAPI=4
Lines 21-26 Link Here
21
src_unpack() {
22
	unpack ${A}
23
	CC="$(tc-getCC)"
24
	sed -e "s^gcc -Wall -O2 -Xlinker -s^${CC} -Wall ${CFLAGS}^g" -i "${S}"/Makefile
25
}
26
Line 28 Link Here
28
	emake -j1 rcsi || die
23
	$(tc-getCC) $CFLAGS $LDFLAGS rcsi.c -o rcsi || die "Compile failed"
29
--
Line 32 Link Here
32
	dobin rcsi || die
27
	dobin rcsi
33
--

Return to bug 442206