git: 5e2a94fc0623 - main - devel/level-zero: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 11:23:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5e2a94fc062314224121a174682f9edcae870386
commit 5e2a94fc062314224121a174682f9edcae870386
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:38:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:20:58 +0000
devel/level-zero: Remove USES=pathfix
---
devel/level-zero/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/level-zero/Makefile b/devel/level-zero/Makefile
index 14ac1c941433..d03f8cfff595 100644
--- a/devel/level-zero/Makefile
+++ b/devel/level-zero/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfmt.so:devel/libfmt \
libspdlog.so:devel/spdlog
-USES= cmake compiler:c++14-lang localbase:ldflags pathfix
+USES= cmake compiler:c++14-lang localbase:ldflags
CMAKE_OFF= BUILD_INSTALLER \
BUILD_L0_LOADER_TESTS \