git: 56d27a42a0ed - main - devel/libexplain: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 19:05:13 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56d27a42a0ed39684d5fd32f5feaf8c5bf01b8d9
commit 56d27a42a0ed39684d5fd32f5feaf8c5bf01b8d9
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 16:15:12 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:05 +0000
devel/libexplain: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
---
devel/libexplain/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile
index 1f2546cb7e6e..79332aadefd5 100644
--- a/devel/libexplain/Makefile
+++ b/devel/libexplain/Makefile
@@ -32,9 +32,6 @@ PATCHLEVEL= D012
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
-CPP= clang-cpp${LLVM_VERSION}
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
MAKE_JOBS_UNSAFE= yes
.endif