Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2022 00:43:08 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c22badc1bb7 - main - devel/opencl-clang: simplify _DEPENDS after 1347956c0cc6
Message-ID:  <202201040043.2040h8p5034674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c22badc1bb70c20ad5805c6eccd246e4f40e99d

commit 7c22badc1bb70c20ad5805c6eccd246e4f40e99d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-04 00:36:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-04 00:42:28 +0000

    devel/opencl-clang: simplify _DEPENDS after 1347956c0cc6
---
 devel/opencl-clang/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/opencl-clang/Makefile b/devel/opencl-clang/Makefile
index eb9af13b9e5f..6ff052e95bb1 100644
--- a/devel/opencl-clang/Makefile
+++ b/devel/opencl-clang/Makefile
@@ -13,8 +13,8 @@ COMMENT=	Clang wrapper to compile OpenCL C kernels to SPIR-V modules
 LICENSE=	NCSA
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libLLVM-${DISTVERSION:R:R}.so:devel/${FLAVOR} \
-		libLLVMSPIRVLib.so.${DISTVERSION:R:R}:devel/spirv-llvm-translator@${FLAVOR}
+LIB_DEPENDS=	libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
+		libLLVMSPIRVLib.so.${FLAVOR:S/llvm//}:devel/spirv-llvm-translator@${FLAVOR}
 
 FLAVORS=	${13 12 11:L:S/^/llvm/}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201040043.2040h8p5034674>