git: e4b79a0e4ebe - main - lang/clover: Remove restriction on llvm version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 16:31:31 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4b79a0e4ebec69cb8e057e62d3dc994ace617e5 commit e4b79a0e4ebec69cb8e057e62d3dc994ace617e5 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-08-22 18:07:53 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-08-27 16:29:58 +0000 lang/clover: Remove restriction on llvm version Clover can now be built with llvm > 16 PR: 280957 Sponsored by: Beckhoff Automation GmbH & Co. KG --- lang/clover/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/clover/Makefile b/lang/clover/Makefile index b197e2fd7537..e18c27cc966a 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -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"