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

(-)file_not_specified_in_diff (-9 / +4 lines)
Line  Link Here
0
-- mpfr-3.1.0.ebuild.orig      2011-11-26 04:23:24.000000000 +0900
0
++ mpfr-3.1.0.ebuild   2011-11-26 04:26:26.000000000 +0900
Lines 45-61 src_prepare() { Link Here
45
       elibtoolize
45
       elibtoolize
46
}
46
}
47
47
48
src_compile() {
48
src_configure() {
49
       econf \
49
       econf \
50
               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
51
               $(use_enable static-libs static) \
50
               --with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
52
               --with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
51
               --with-gmp-include="${EPREFIX}"/usr/include || die
53
               --with-gmp-include="${EPREFIX}"/usr/include || die
52
       emake || die
53
}
54
55
src_configure() {
56
       econf \
57
               --docdir=/usr/share/doc/${PF} \
58
               $(use_enable static-libs static)
59
}
54
}
60
55
61
src_install() {
56
src_install() {

Return to bug 391799