git: f32d722e9771 - main - devel/pickle: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 19:05:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f32d722e977193cbaa3f177bdacb6f788c33f23b
commit f32d722e977193cbaa3f177bdacb6f788c33f23b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 18:01:30 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:06 +0000
devel/pickle: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
---
devel/pickle/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devel/pickle/Makefile b/devel/pickle/Makefile
index 49d3da7fe33b..a9c81456185b 100644
--- a/devel/pickle/Makefile
+++ b/devel/pickle/Makefile
@@ -39,9 +39,6 @@ BIN_SYMLINKS= bin/n14 \
.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}
.endif
post-patch: