--- /usr/portage/app-text/enchant/enchant-1.2.5.ebuild 2006-07-12 19:35:29.000000000 -0300 +++ /usr/local/portage/app-text/enchant/enchant-1.2.5.ebuild 2006-08-31 11:53:53.000000000 -0300 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.8 2006/07/12 22:14:44 agriffis Exp $ +# $Header: $ DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="http://www.abisource.com/enchant/" @@ -23,7 +23,9 @@ src_compile() { - econf || die + econf \ + "--with-myspell-dir=/usr/share/myspell" \ + "--with-ispell-dir=/usr/lib/ispell" || die emake || die }