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

(-)/usr/portage/net-misc/l7-protocols/l7-protocols-2008.12.18.ebuild (-2 / +2 lines)
Lines 22-29 Link Here
22
	unpack ${A}
22
	unpack ${A}
23
23
24
	cd "${S}"
24
	cd "${S}"
25
	sed -e "s/gcc.*\-o/$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o/g" \
25
	sed -e "s;gcc.*\-o;$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o;g" \
26
		-e "s/g++.*\-o/$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o/g" \
26
		-e "s;g++.*\-o;$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o;g" \
27
			-i testing/Makefile
27
			-i testing/Makefile
28
	ht_fix_file testing/*.sh
28
	ht_fix_file testing/*.sh
29
}
29
}

Return to bug 373193