git: 36352a6a5676 - main - devel/opencl-clang: drop USES=localbase
Jan Beich
jbeich at FreeBSD.org
Mon Aug 9 19:48:42 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=36352a6a56767522988fc75eacae26f8d8e405a6
commit 36352a6a56767522988fc75eacae26f8d8e405a6
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-09 16:55:29 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-09 19:47:44 +0000
devel/opencl-clang: drop USES=localbase
---
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 81d2a2e61358..85d81b6eccc2 100644
--- a/devel/opencl-clang/Makefile
+++ b/devel/opencl-clang/Makefile
@@ -12,12 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libLLVM-${DISTVERSION:R:R}.so:devel/llvm${DISTVERSION:R:R} \
libLLVMSPIRVLib.so.${DISTVERSION:R:R}:devel/spirv-llvm-translator
-USES= cmake compiler:c++11-lib localbase:ldflags
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= intel
CMAKE_OFF= LLVMSPIRV_INCLUDED_IN_LLVM
-CMAKE_ARGS= -DSPIRV_TRANSLATOR_DIR:PATH="${PREFIX}/lib"
+CMAKE_ARGS= -DSPIRV_TRANSLATOR_DIR:PATH="${LOCALBASE}"
PLIST_FILES= include/cclang/common_clang.h \
lib/libopencl-clang.so \
lib/libopencl-clang.so.${DISTVERSION:R:R}
More information about the dev-commits-ports-all
mailing list