summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-11-20 15:21:11 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-11-20 15:21:11 +0000
commitdc56ed6a2c35cb19d514471bd9bf3978e859e933 (patch)
tree61d58d3f88b40bdd5c3f1c034ed65dfbac5e4f83 /net-dialup
parentplugins and strip-flags (diff)
downloadhistorical-dc56ed6a2c35cb19d514471bd9bf3978e859e933.tar.gz
historical-dc56ed6a2c35cb19d514471bd9bf3978e859e933.tar.bz2
historical-dc56ed6a2c35cb19d514471bd9bf3978e859e933.zip
Closes #10722
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/mgetty/ChangeLog5
-rw-r--r--net-dialup/mgetty/mgetty-1.1.28.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog
index 8803482ecc06..18ad324c4f40 100644
--- a/net-dialup/mgetty/ChangeLog
+++ b/net-dialup/mgetty/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-dialup/mgetty
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.7 2002/09/27 17:00:59 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.8 2002/11/20 15:21:11 aliz Exp $
*mgetty-1.1.28 (10 Jul 2002)
+ 20 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.28.ebuild :
+ Closes #10722.
+
27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.28.ebuild :
Closes #8464.
diff --git a/net-dialup/mgetty/mgetty-1.1.28.ebuild b/net-dialup/mgetty/mgetty-1.1.28.ebuild
index 2fc09cf3a590..7b22e2fd2e91 100644
--- a/net-dialup/mgetty/mgetty-1.1.28.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.6 2002/10/04 06:01:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.7 2002/11/20 15:21:11 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Fax and Voice modem programs."
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- mycflags="${CFLAGS} -DAUTOPPP"
+ mycflags="${CFLAGS} -DAUTO_PPP"
unset CFLAGS
emake prefix=/usr \
CONFDIR=/etc/mgetty+sendfax \