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

(-)/usr/portage/net-analyzer/arpoison/arpoison-0.6.ebuild (-1 / +3 lines)
Lines 24-30 Link Here
24
	cd ${S}
24
	cd ${S}
25
	sed -i \
25
	sed -i \
26
		-e "s|\(-Wall\)|\1 ${CFLAGS}|" \
26
		-e "s|\(-Wall\)|\1 ${CFLAGS}|" \
27
		-e "s|gcc|$(tc-getCC)|" Makefile || die "sed Makefile failed"
27
		-e "s|gcc|$(tc-getCC)|" \
28
		-e "s|libnet-config|${ROOT}usr/bin/libnet-config|g" \
29
		Makefile || die "sed Makefile failed"
28
}
30
}
29
31
30
src_install() {
32
src_install() {

Return to bug 375655