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

Collapse All | Expand All

(-)ccs-tools-1.8.0_p20110214-r1.ebuild (-2 / +1 lines)
Lines 28-35 Link Here
28
	epatch "${FILESDIR}/${P}-parallel.patch"
28
	epatch "${FILESDIR}/${P}-parallel.patch"
29
	sed -i \
29
	sed -i \
30
		-e "s:gcc:$(tc-getCC):" \
30
		-e "s:gcc:$(tc-getCC):" \
31
		-e "s:-O2:${CFLAGS}:" \
31
		-e "s/\(CFLAGS.*:=\).*/\1 ${CFLAGS}/" \
32
		-e 's/\$(CFLAGS)/& $(LDFLAGS)/' \
33
		-e "s:/usr/lib:/usr/$(get_libdir):g" \
32
		-e "s:/usr/lib:/usr/$(get_libdir):g" \
34
		-e "s:= /:= ${EPREFIX}/:g" \
33
		-e "s:= /:= ${EPREFIX}/:g" \
35
		Include.make || die
34
		Include.make || die

Return to bug 364921