diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-01-26 10:43:13 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-01-26 10:43:13 +0000 |
commit | de358c9e3052a7eeac5a176386518af943729578 (patch) | |
tree | e1536afa0bf35677babaf9d415c4b7305addf382 /net-misc/LinNeighborhood | |
parent | LinNeighborhood 0.6.4: ebuild submitted by joao@schim.net (Joao Schim) (diff) | |
download | gentoo-2-de358c9e3052a7eeac5a176386518af943729578.tar.gz gentoo-2-de358c9e3052a7eeac5a176386518af943729578.tar.bz2 gentoo-2-de358c9e3052a7eeac5a176386518af943729578.zip |
unneeded python stuff removed
Diffstat (limited to 'net-misc/LinNeighborhood')
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild index a0f40b4deb72..e1145f82b160 100644 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild +++ b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild @@ -15,18 +15,10 @@ RDEPEND="${DEPEND}" src_compile() { - local mylibs myopts + local myopts use nls || myopts="--disable-nls" - if [ "`use python`" ] - then - mylibs=`/usr/bin/python-config` - - cp configure configure.orig - sed -e 's:PY_LIBS=".*":PY_LIBS="'"$mylibs"'":' configure.orig > configure || die - fi - ./configure --prefix=/usr \ --host=${CHOST} \ --enable-ipv6 \ |