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

(-)/usr/portage/net-misc/netkit-telnetd/netkit-telnetd-0.17-r7.ebuild (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r7.ebuild,v 1.1 2006/05/07 13:21:09 solar Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r7.ebuild,v 1.1 2006/05/07 13:21:09 solar Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
PATCHLEVEL=32
7
PATCHLEVEL=32
8
DESCRIPTION="Standard Linux telnet client and server"
8
DESCRIPTION="Standard Linux telnet client and server"
Lines 48-53 Link Here
48
	sed -i \
48
	sed -i \
49
		-e "s:-pipe -O2:${CFLAGS}:" \
49
		-e "s:-pipe -O2:${CFLAGS}:" \
50
		-e "s:-Wpointer-arith::" \
50
		-e "s:-Wpointer-arith::" \
51
		-e "s:^CC=.*:CC=$(tc-getCC):" \
52
		-e "s:^CXX=.*:CXX=$(tc-getCXX):" \
51
		MCONFIG
53
		MCONFIG
52
54
53
	make || die
55
	make || die

Return to bug 132867