summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-16 13:47:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-16 13:47:15 +0000
commit771434c8fc76c64d60110b9a0931b44b90643632 (patch)
tree7540afee272bceefe0e036b4c41d540c1f9523d1 /net-misc
parentVersion bump, fixes 6528. Masked for testing. (diff)
downloadhistorical-771434c8fc76c64d60110b9a0931b44b90643632.tar.gz
historical-771434c8fc76c64d60110b9a0931b44b90643632.tar.bz2
historical-771434c8fc76c64d60110b9a0931b44b90643632.zip
reverted to non-econf
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild
index 21ef3c28daf0..fef83baea9f5 100644
--- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild
+++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.7 2002/08/16 09:42:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.8 2002/08/16 13:47:15 seemant Exp $
P2=netkit-telnet-${PV}
S=${WORKDIR}/${P2}
DESCRIPTION="Standard Linux telnet client"
SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
KEYWORDS="x86 ppc sparc sparc64"
+LICENSE="BSD"
+SLOT="0"
-DEPEND=">=sys-libs/ncurses-5.2"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2"
src_unpack() {
unpack ${A}
@@ -20,12 +20,9 @@ src_unpack() {
}
src_compile() {
- econf || die
-
+ ./configure --prefix=/usr || die
cp MCONFIG MCONFIG.orig
- sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" \
- MCONFIG.orig > MCONFIG
-
+ sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG
make || die
cd telnetlogin
make || die
@@ -51,3 +48,5 @@ src_install() {
newdoc telnet/README README.telnet
newdoc telnet/TODO TODO.telnet
}
+
+