summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-05-12 21:58:28 +0000
committerAlin Năstac <mrness@gentoo.org>2006-05-12 21:58:28 +0000
commit046134cab7d8c7d0dfe35918fb5f358938818de1 (patch)
treecea33d6acf2d0ba19e2df6a4a89a6b7bb1edde88 /net-dialup/pptpd
parentStable on x86. (diff)
downloadgentoo-2-046134cab7d8c7d0dfe35918fb5f358938818de1.tar.gz
gentoo-2-046134cab7d8c7d0dfe35918fb5f358938818de1.tar.bz2
gentoo-2-046134cab7d8c7d0dfe35918fb5f358938818de1.zip
call eautomake in src_unpack instead src_compile
(Portage version: 2203-svn)
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r--net-dialup/pptpd/pptpd-1.3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/pptpd/pptpd-1.3.2.ebuild b/net-dialup/pptpd/pptpd-1.3.2.ebuild
index 0f049669b4b9..4263900391d3 100644
--- a/net-dialup/pptpd/pptpd-1.3.2.ebuild
+++ b/net-dialup/pptpd/pptpd-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.2.ebuild,v 1.1 2006/05/12 21:25:14 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.2.ebuild,v 1.2 2006/05/12 21:58:28 mrness Exp $
inherit eutils autotools
@@ -27,11 +27,11 @@ src_unpack() {
PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR}
PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision
sed -i -e "s:\\(#define[ \\t]*VERSION[ \\t]*\\)\".*\":\\1\"${PPPD_VER}\":" "${S}/plugins/patchlevel.h"
-}
-src_compile() {
eautomake
+}
+src_compile() {
local myconf
use tcpd && myconf="--with-libwrap"
econf --enable-bcrelay \