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

Collapse All | Expand All

(-)a/media-libs/lensfun/lensfun-0.2.5_p153-r2.ebuild (-2 / +3 lines)
Lines 32-39 pkg_setup() { Link Here
32
src_configure() {
32
src_configure() {
33
       mycmakeargs=(
33
       mycmakeargs=(
34
               $(cmake-utils_use_build doc)
34
               $(cmake-utils_use_build doc)
35
               -DLIBDIR=$(get_libdir)
35
               -DLIBDIR=${EPREFIX}/$(get_libdir)
36
               -DDOCDIR=/usr/share/doc/${P}
36
               -DDOCDIR=${EPREFIX}/usr/share/doc/${P}
37
               -DCMAKE_INSTALL_LIBDIR=${EPREFIX}/${get_libdir}
37
       )
38
       )
38
       cmake-utils_src_configure
39
       cmake-utils_src_configure
39
}
40
}

Return to bug 425342