summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-09-27 17:00:59 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-09-27 17:00:59 +0000
commitac0c88c274440212afc31717ea23d11d9e9c1ed1 (patch)
treed852968a76d40c70571101fae6d847b447da45d8 /net-dialup
parentmasked new jfsutils (diff)
downloadhistorical-ac0c88c274440212afc31717ea23d11d9e9c1ed1.tar.gz
historical-ac0c88c274440212afc31717ea23d11d9e9c1ed1.tar.bz2
historical-ac0c88c274440212afc31717ea23d11d9e9c1ed1.zip
Fix for #8464.
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 fffaf37e286d..8803482ecc06 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.6 2002/07/10 18:01:00 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.7 2002/09/27 17:00:59 aliz Exp $
*mgetty-1.1.28 (10 Jul 2002)
+ 27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.28.ebuild :
+ Closes #8464.
+
10 Jun 2002; Ryan Phillips <rphillips@gentoo.org> mgetty-1.1.28.ebuild :
New version and adds /var/spool/voice
diff --git a/net-dialup/mgetty/mgetty-1.1.28.ebuild b/net-dialup/mgetty/mgetty-1.1.28.ebuild
index 8875d6a704a6..0c48b989389a 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 or later
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.4 2002/09/23 20:02:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.5 2002/09/27 17:00:59 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Fax and Voice modem programs."
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- mycflags="${CFLAGS}"
+ mycflags="${CFLAGS} -DAUTOPPP"
unset CFLAGS
emake prefix=/usr \
CONFDIR=/etc/mgetty+sendfax \