diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-20 15:21:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-20 15:21:11 +0000 |
commit | a5fe409cee4eda15de69ac35a0fb7f7e781c2e1f (patch) | |
tree | e43fd6db900025445dec47dde22f9a0f1aa09f8c /net-dialup | |
parent | plugins and strip-flags (diff) | |
download | gentoo-2-a5fe409cee4eda15de69ac35a0fb7f7e781c2e1f.tar.gz gentoo-2-a5fe409cee4eda15de69ac35a0fb7f7e781c2e1f.tar.bz2 gentoo-2-a5fe409cee4eda15de69ac35a0fb7f7e781c2e1f.zip |
Closes #10722
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.28.ebuild | 4 |
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 \ |