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

(-)grep-2.7.ebuild.orig (+8 lines)
Lines 3-8 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.7.ebuild,v 1.1 2010/09/20 17:03:56 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.7.ebuild,v 1.1 2010/09/20 17:03:56 vapier Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
inherit eutils autotools
6
7
7
DESCRIPTION="GNU regular expression matcher"
8
DESCRIPTION="GNU regular expression matcher"
8
HOMEPAGE="http://www.gnu.org/software/grep/"
9
HOMEPAGE="http://www.gnu.org/software/grep/"
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
20
	nls? ( sys-devel/gettext )"
21
	nls? ( sys-devel/gettext )"
21
22
23
src_prepare() {
24
	if use elibc_FreeBSD && ! use nls; then
25
		epatch "${FILESDIR}"/${P}-nonls-fbsd.patch
26
		eautoreconf
27
	fi
28
}
29
22
src_configure() {
30
src_configure() {
23
	econf \
31
	econf \
24
		--bindir=/bin \
32
		--bindir=/bin \

Return to bug 363101