diff options
Diffstat (limited to 'net-irc/irssi-cvs/irssi-cvs-0.1.ebuild')
-rw-r--r-- | net-irc/irssi-cvs/irssi-cvs-0.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild index 5e61e77ddf26..ee80de9b53a8 100644 --- a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild +++ b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild,v 1.3 2003/09/08 07:01:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild,v 1.4 2003/09/14 18:09:30 johnm Exp $ IUSE="nls ipv6 perl ssl" @@ -31,6 +31,9 @@ src_unpack() { } src_compile() { + # Fixes bug 27584 + export WANT_AUTOCONF_2_5=1 + # Note: there is an option to build a GUI for irssi, but according # to the website the GUI is no longer developed, so that option is # not used here. |