summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-02-22 01:36:18 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-02-22 01:36:18 +0000
commite6c8497557156882000adad3b32cca2b86de1121 (patch)
tree87f6aa0f901c739023a986006b17640db21f8126 /net-dialup
parentInitial Import. (Manifest recommit) (diff)
downloadgentoo-2-e6c8497557156882000adad3b32cca2b86de1121.tar.gz
gentoo-2-e6c8497557156882000adad3b32cca2b86de1121.tar.bz2
gentoo-2-e6c8497557156882000adad3b32cca2b86de1121.zip
bug #41914
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ChangeLog5
-rw-r--r--net-dialup/ppp/ppp-2.4.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 9e1ac28301c6..6362c7e133b4 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.48 2004/02/15 03:21:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.49 2004/02/22 01:36:18 lanius Exp $
+
+ 22 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2.ebuild:
+ bug #41914
14 Feb 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.2.ebuild,
files/2.4.2/pcap.patch:
diff --git a/net-dialup/ppp/ppp-2.4.2.ebuild b/net-dialup/ppp/ppp-2.4.2.ebuild
index 40ec148be193..064af209399c 100644
--- a/net-dialup/ppp/ppp-2.4.2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.2 2004/02/15 03:21:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.3 2004/02/22 01:36:18 lanius Exp $
DESCRIPTION="Point-to-point protocol - patched for PPPOE"
HOMEPAGE="http://www.samba.org/ppp"
@@ -48,6 +48,7 @@ src_unpack() {
}
src_compile() {
+ export WANT_AUTOCONF=2.1
# compile radius better than their makefile does
(cd pppd/plugins/radius/radiusclient && econf && emake) || die
./configure --prefix=/usr || die