diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-28 19:44:36 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-28 19:44:36 +0100 |
commit | 5e9fa40935cacd465533c6cef424b9b6ff7f259e (patch) | |
tree | 66fbefc34bfe390bceba8ce333cf7d03485237a4 /media-libs | |
parent | net-misc/netkit-rsh: add Prefix keywords (diff) | |
download | gentoo-5e9fa40935cacd465533c6cef424b9b6ff7f259e.tar.gz gentoo-5e9fa40935cacd465533c6cef424b9b6ff7f259e.tar.bz2 gentoo-5e9fa40935cacd465533c6cef424b9b6ff7f259e.zip |
media-libs/mesa: Fix out of Prefix installation by Matthias Gerstner, bug #603928
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-11.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-11.2.2.ebuild b/media-libs/mesa/mesa-11.2.2.ebuild index 4c8fe8eebde0..e110ec591a19 100644 --- a/media-libs/mesa/mesa-11.2.2.ebuild +++ b/media-libs/mesa/mesa-11.2.2.ebuild @@ -228,7 +228,7 @@ multilib_src_configure() { $(use_enable xa) $(use_enable xvmc) " - use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers" + use vaapi && myconf+=" --with-va-libdir=${EPREFIX}/usr/$(get_libdir)/va/drivers" gallium_enable swrast gallium_enable video_cards_vc4 vc4 |