diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-06-08 14:17:53 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-06-08 14:18:33 +0200 |
commit | b0f8d781eadbd4ab45eaec8c3c8d2a6dcacdff40 (patch) | |
tree | 10961c0014b19b3f2233bb9fdd27988db1e1f8c5 | |
parent | dev-python/jaraco-packaging: bump to 5.1 (diff) | |
download | gentoo-b0f8d781eadbd4ab45eaec8c3c8d2a6dcacdff40.tar.gz gentoo-b0f8d781eadbd4ab45eaec8c3c8d2a6dcacdff40.tar.bz2 gentoo-b0f8d781eadbd4ab45eaec8c3c8d2a6dcacdff40.zip |
media-gfx/povray: find boost from prefix
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | media-gfx/povray/povray-3.7.0.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |