Skip to content
Snippets Groups Projects
Commit e4b79a0e authored by Emmanuel Vadot's avatar Emmanuel Vadot
Browse files

lang/clover: Remove restriction on llvm version

Clover can now be built with llvm > 16

PR:		280957
Sponsored by:	Beckhoff Automation GmbH & Co. KG
parent c01e7d09
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
RUN_DEPENDS= libclc-${LLVM_PORT:T}>0:devel/libclc@${LLVM_PORT:T} \
opencl>=0:devel/opencl
USES= llvm:lib,max=16,noexport
USES= llvm:lib,noexport
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment