Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107638 | Differences between
and this patch

Collapse All | Expand All

(-)/Gentoo/Portage/local-tree/misc/sys-apps/findutils/findutils-4.2.24.ebuild (+1 lines)
Lines 37-42 Link Here
37
37
38
	local myconf=""
38
	local myconf=""
39
	[[ "${USERLAND}" != "GNU" ]] && myconf="--program-prefix=g"
39
	[[ "${USERLAND}" != "GNU" ]] && myconf="--program-prefix=g"
40
	use static && myconf="${myconf} --without-included-regex"
40
41
41
	econf $(use_enable nls) ${myconf} || die "configure failed"
42
	econf $(use_enable nls) ${myconf} || die "configure failed"
42
	emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die "make failed"
43
	emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die "make failed"

Return to bug 107638