diff options
Diffstat (limited to 'app-editors/vile/vile-9.5.ebuild')
-rw-r--r-- | app-editors/vile/vile-9.5.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app-editors/vile/vile-9.5.ebuild b/app-editors/vile/vile-9.5.ebuild index a44c8fc2e7bf..5620693dcc50 100644 --- a/app-editors/vile/vile-9.5.ebuild +++ b/app-editors/vile/vile-9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5.ebuild,v 1.1 2005/12/15 20:04:07 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5.ebuild,v 1.2 2006/06/07 15:14:00 chutzpah Exp $ inherit eutils @@ -19,6 +19,13 @@ DEPEND="${RDEPEND} sys-devel/flex" PROVIDE="virtual/editor" +src_unpack() { + unpack ${A} + cd ${S} + + epatch "${FILESDIR}/${P}-define-LEAD-before-use.patch" +} + src_compile() { econf \ --with-ncurses \ |