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

(-)/var/portage/cvs/gentoo-x86/sys-apps/findutils/findutils-4.2.20.ebuild (-1 / +8 lines)
Lines 42-48 Link Here
42
	export CPPFLAGS="${CXXFLAGS}"
42
	export CPPFLAGS="${CXXFLAGS}"
43
	use static && append-ldflags -static
43
	use static && append-ldflags -static
44
44
45
	econf $(use_enable nls) || die
45
	if [[ "${USERLAND}" != "GNU" ]]; then
46
		myconf="${myconf} --program-prefix=g"
47
	fi
48
49
	econf \
50
		$(use_enable nls) \
51
		${myconf} \
52
		|| die "econf failed"
46
	emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die
53
	emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die
47
}
54
}
48
55

Return to bug 92588