From: Guilherme Amadio Date: Fri, 8 Jun 2018 12:17:53 +0000 (+0200) Subject: media-gfx/povray: find boost from prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b0f8d781eadbd4ab45eaec8c3c8d2a6dcacdff40;p=gentoo.git media-gfx/povray: find boost from prefix Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild index 097bd61ed04b..2b48c77734e6 100644 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -112,6 +112,7 @@ src_configure() { $(use_with X x "${EPREFIX}/usr/$(get_libdir)") \ $(use_enable static-libs static) \ $(usex tiff "" "NON_REDISTRIBUTABLE_BUILD=yes") \ + --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \ --without-libmkl \ --disable-pipe \ --disable-strip \