diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-17 23:00:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-17 23:00:45 +0100 |
commit | ff7de652555f792f43ee0d7438f87226ecad8b83 (patch) | |
tree | 0be5fc179111eb018a750427c70c4e969e12a20e /media-libs/mesa | |
parent | 7a7ff7921b4584e327f5773c27352eeaedb34108 (diff) |
media-libs/mesa : oops, forgot to apply llvm10 patch
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-20.0.4-r10.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-20.0.4-r10.ebuild b/media-libs/mesa/mesa-20.0.4-r10.ebuild index 1b76d10e..8501c3e7 100644 --- a/media-libs/mesa/mesa-20.0.4-r10.ebuild +++ b/media-libs/mesa/mesa-20.0.4-r10.ebuild @@ -247,6 +247,8 @@ x86? ( libglvnd? ( usr/lib/libGLX_mesa.so.0.0.0 ) )" +PATCHES=( ${FILESDIR}/llvm-10.patch ) + llvm_check_deps() { local flags=${MULTILIB_USEDEP} if use video_cards_r600 || use video_cards_radeon || use video_cards_radeonsi |