commit: d1cc1d06f404f9fef6844a61843d5004ca4d9e47 Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Tue Jan 13 22:37:46 2015 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jan 13 22:37:46 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d1cc1d06
media-libs/mesa: Drop usage of --with-opencl-libdir. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536458 --- media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3d88dd8..2938ef6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -289,7 +289,6 @@ multilib_src_configure() { if use opencl; then myconf+=" $(use_enable opencl) - --with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa" --with-clang-libdir="${EPREFIX}/usr/lib" " fi