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

(-)/usr/portage/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild (-1 / +3 lines)
Lines 40-46 Link Here
40
		# Can't do runtime tests when cross-compiling
40
		# Can't do runtime tests when cross-compiling
41
		sed -i -e "s|./__conftest|: ./__conftest|" configure
41
		sed -i -e "s|./__conftest|: ./__conftest|" configure
42
	fi
42
	fi
43
	./configure ${myconf} || die
43
	./configure ${myconf} \
44
		--with-c-compiler=$(tc-getCC) \
45
		|| die
44
46
45
	sed -i \
47
	sed -i \
46
		-e "s:-pipe -O2:${CFLAGS}:" \
48
		-e "s:-pipe -O2:${CFLAGS}:" \

Return to bug 203911