summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-01-26 10:43:13 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-01-26 10:43:13 +0000
commitde358c9e3052a7eeac5a176386518af943729578 (patch)
treee1536afa0bf35677babaf9d415c4b7305addf382 /net-misc/LinNeighborhood
parentLinNeighborhood 0.6.4: ebuild submitted by joao@schim.net (Joao Schim) (diff)
downloadgentoo-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.ebuild10
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 \