summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-01-13 14:37:46 -0800
committerMatt Turner <mattst88@gmail.com>2015-01-13 14:37:46 -0800
commitd1cc1d06f404f9fef6844a61843d5004ca4d9e47 (patch)
treefaa7b9aaefbef6da54a3b4662540d072ac523f03
parentmedia-libs/mesa: Sync with main tree. (diff)
downloadx11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.tar.gz
x11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.tar.bz2
x11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.zip
media-libs/mesa: Drop usage of --with-opencl-libdir.
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536458
-rw-r--r--media-libs/mesa/mesa-9999.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 3d88dd83..2938ef68 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