Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145188
Collapse All | Expand All

(-)/usr/portage/app-text/enchant/enchant-1.2.5.ebuild (-2 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.8 2006/07/12 22:14:44 agriffis Exp $
3
# $Header: $
4
4
5
DESCRIPTION="Spellchecker wrapping library"
5
DESCRIPTION="Spellchecker wrapping library"
6
HOMEPAGE="http://www.abisource.com/enchant/"
6
HOMEPAGE="http://www.abisource.com/enchant/"
Lines 23-29 Link Here
23
23
24
src_compile() {
24
src_compile() {
25
25
26
	econf || die
26
	econf \
27
	"--with-myspell-dir=/usr/share/myspell" \
28
	"--with-ispell-dir=/usr/lib/ispell" || die
27
	emake || die
29
	emake || die
28
30
29
}
31
}

Return to bug 145188