aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-va
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-11-24 08:52:53 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-11-24 08:52:53 +0000
commitfa7309cb976e3e73d59f271be3da01fee3006152 (patch)
treeb10e994472cb5c98e87c564bedfdbbc1bcd877f9 /graphics/mesa-gallium-va
parent2dad037fe703e129875b11a85c59059fb8a4d8a3 (diff)
downloadports-fa7309cb976e3e73d59f271be3da01fee3006152.tar.gz
ports-fa7309cb976e3e73d59f271be3da01fee3006152.zip
lang/clover: Restrict llvm to max version 16
Clover cannot (yet?) be compiled with LLVM17, it misses llvm/Transforms/IPO/PassManagerBuilder.h For now set a max version of llvm to 16 for clover only, people should still be able to use llvm17 for other mesa componant if they are not interested in clover. While here clean up a bit the USES=llvm for mesa port, we already set noexport in mesa-dri/Makefile.common so no need to set it in all the ports. Sponsored by: Beckhoff Automation GmbH & Co. KG PR: 275290
Diffstat (limited to 'graphics/mesa-gallium-va')
-rw-r--r--graphics/mesa-gallium-va/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 91a565557ce9..78ef35b95012 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -15,7 +15,7 @@ ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
LIB_DEPENDS= libva.so:multimedia/libva \
libzstd.so:archivers/zstd
-USES= llvm:lib,noexport
+USES= llvm:lib
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT= X11