FreeBSD Bugzilla – Attachment 252966 Details for
Bug 280957
lang/clover: Remove llvm:max=16 restriction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove LLVM version restriction and fix LIB_DEPENDS syntax
clover.diff (text/plain), 729 bytes, created by
Jung-uk Kim
on 2024-08-20 23:25:58 UTC
(
hide
)
Description:
Remove LLVM version restriction and fix LIB_DEPENDS syntax
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2024-08-20 23:25:58 UTC
Size:
729 bytes
patch
obsolete
>diff --git a/lang/clover/Makefile b/lang/clover/Makefile >index ac29c174dbed..60848875c8aa 100644 >--- a/lang/clover/Makefile >+++ b/lang/clover/Makefile >@@ -15,12 +15,12 @@ BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \ > spirv-tools>=0:graphics/spirv-tools \ > opencl>=0:devel/opencl > LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ >- libLLVMSPIRVLib.so.${LLVM_VERSION}:devel/spirv-llvm-translator@${LLVM_PORT:T} \ >+ libLLVMSPIRVLib.so:devel/spirv-llvm-translator@${LLVM_PORT:T} \ > libzstd.so:archivers/zstd > RUN_DEPENDS= libclc>=0.3.0:devel/libclc \ > 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280957
:
252966
|
253024
|
254855