Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336253
Collapse All | Expand All

(-)ide-smart-1.4.ebuild (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
src_compile() {
18
src_compile() {
19
	emake -j1 \
19
	emake -j1 \
20
		CC="$(tc-getCC)" PROF="${CFLAGS}" \
20
		CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
21
		clean all || die
21
		clean all || die
22
}
22
}
23
23

Return to bug 336253