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

Collapse All | Expand All

(-)mpfr-3.1.2-r1.ebuild (-3 / +3 lines)
Lines 45-53 Link Here
45
45
46
src_configure() {
46
src_configure() {
47
	econf \
47
	econf \
48
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
48
		--docdir="${EROOT}"usr/share/doc/${PF} \
49
		--with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
49
		--with-gmp-lib="${EROOT}"usr/$(get_libdir) \
50
		--with-gmp-include="${EPREFIX}"/usr/include \
50
		--with-gmp-include="${EROOT}"usr/include \
51
		$(use_enable static-libs static)
51
		$(use_enable static-libs static)
52
}
52
}
53
53

Return to bug 476336