--- verbiste-0.1.14.ebuild.orig 2006-04-30 22:51:33.000000000 +0200 +++ verbiste-0.1.14.ebuild.orig 2006-04-30 22:58:29.000000000 +0200 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $ +inherit autotools eutils + DESCRIPTION="French conjugation system" HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html" SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz" @@ -16,9 +18,14 @@ gnome? ( >=gnome-base/gnome-panel-2.0 >=gnome-base/libgnomeui-2.0 )" -src_compile() { +src_unpack() { + unpack ${A} cd ${S} + epatch "${FILESDIR}/${P}-as-needed.patch" + AT_M4DIR="${S}/macros" eautoreconf +} +src_compile() { econf $(use_with gnome) || die emake || die }