diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 19:05:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 19:05:31 +0000 |
commit | 9775d3b60dd69fdfefb1bd2c14dd7fd1f791c3f1 (patch) | |
tree | ea67105ab93372d3553e599750b11b08383e5a2d /mail-client/mutt | |
parent | nfsv4 support #25106 (Manifest recommit) (diff) | |
download | gentoo-2-9775d3b60dd69fdfefb1bd2c14dd7fd1f791c3f1.tar.gz gentoo-2-9775d3b60dd69fdfefb1bd2c14dd7fd1f791c3f1.tar.bz2 gentoo-2-9775d3b60dd69fdfefb1bd2c14dd7fd1f791c3f1.zip |
Fix bug 52251 (mutt-1.5.6-r2 does not compile with autoconf-2.59-r4) with patch from Lars T. Mikkelsen
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mutt/mutt-1.5.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog index 9a53d832fc7e..0d37d4e980bc 100644 --- a/mail-client/mutt/ChangeLog +++ b/mail-client/mutt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mutt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.2 2004/06/05 14:31:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.3 2004/06/08 19:05:31 agriffis Exp $ + + 08 Jun 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild: + Fix bug 52251 (mutt-1.5.6-r2 does not compile with autoconf-2.59-r4) with + patch from Lars T. Mikkelsen 05 Jun 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild: Fix use invocation diff --git a/mail-client/mutt/mutt-1.5.6-r2.ebuild b/mail-client/mutt/mutt-1.5.6-r2.ebuild index 14f5786050e0..46a085d937f2 100644 --- a/mail-client/mutt/mutt-1.5.6-r2.ebuild +++ b/mail-client/mutt/mutt-1.5.6-r2.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/mail-client/mutt/mutt-1.5.6-r2.ebuild,v 1.1 2004/05/30 02:51:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.6-r2.ebuild,v 1.2 2004/06/08 19:05:31 agriffis Exp $ IUSE="ssl nls slang crypt imap mbox nntp vanilla" @@ -69,7 +69,7 @@ src_unpack() { autoheader || die "autoheader failed" make -C m4 -f Makefile.am.in || die "make in m4 failed" automake --foreign || die "automake failed" - autoconf || die "autoconf failed" + WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" fi # Fix a slang problem that is already fixed in upstream cvs |