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

(-)a/ccs-tools-1.7.2_p20100401.ebuild (+1 lines)
Lines 30-35 Link Here
30
	sed -i \
30
	sed -i \
31
		-e "/^CC=/s:gcc:$(tc-getCC):" \
31
		-e "/^CC=/s:gcc:$(tc-getCC):" \
32
		-e "/^CFLAGS=/s:-O2:${CFLAGS}:" \
32
		-e "/^CFLAGS=/s:-O2:${CFLAGS}:" \
33
		-e 's/\$(CFLAGS)/& $(LDFLAGS)/' \
33
		-e "s:/usr/lib/:/usr/$(get_libdir)/:g" \
34
		-e "s:/usr/lib/:/usr/$(get_libdir)/:g" \
34
		Makefile || die
35
		Makefile || die
35
}
36
}

Return to bug 332603