diff options
author | Chuck Short <zul@gentoo.org> | 2003-11-24 23:49:27 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-11-24 23:49:27 +0000 |
commit | ee1c71c2954ca478db6d21f1b1a87983a09e9cb3 (patch) | |
tree | 47e12d26b1595ba45eaaaf1f2cdfed3e35d2cf08 /net-irc/eggdrop/eggdrop-1.6.15.ebuild | |
parent | Added ebuild for 1.3.0_beta2 (diff) | |
download | historical-ee1c71c2954ca478db6d21f1b1a87983a09e9cb3.tar.gz historical-ee1c71c2954ca478db6d21f1b1a87983a09e9cb3.tar.bz2 historical-ee1c71c2954ca478db6d21f1b1a87983a09e9cb3.zip |
Coretuils fix
Diffstat (limited to 'net-irc/eggdrop/eggdrop-1.6.15.ebuild')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.15.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.15.ebuild b/net-irc/eggdrop/eggdrop-1.6.15.ebuild index 767df1c94502..65e97d87c0e2 100644 --- a/net-irc/eggdrop/eggdrop-1.6.15.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.7 2003/10/12 19:52:03 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.8 2003/11/24 23:49:20 zul Exp $ + +inherit fixheadtails DESCRIPTION="An IRC bot extensible with C or Tcl." HOMEPAGE="http://www.eggheads.org/" @@ -29,7 +31,10 @@ src_unpack() { epatch ${FILESDIR}/eggdrop-1.6.15-configure-in.patch epatch ${FILESDIR}/eggdrop-1.6.15-potential-undef-tm-struct.patch - cd ${WORKDIR}/${P} && autoconf || die "autoconf failed?!" + cd ${WORKDIR}/${P} + ht_fix_file configure aclocal.m4 + + autoconf || die "autoconf failed?!" } |