git: 1ad77b25b48f - main - devel/phasar: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 19:05:15 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad77b25b48fe2eb69d863233bf4b520e0ae4b00
commit 1ad77b25b48fe2eb69d863233bf4b520e0ae4b00
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 17:58:19 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:06 +0000
devel/phasar: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
---
devel/phasar/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/devel/phasar/Makefile b/devel/phasar/Makefile
index 1906d16e33c4..000a0dfa35b1 100644
--- a/devel/phasar/Makefile
+++ b/devel/phasar/Makefile
@@ -27,10 +27,6 @@ SHEBANG_GLOB= *.py *.sh
CMAKE_OFF= PHASAR_BUILD_UNITTESTS
-CC= ${LLVM_PREFIX}/bin/clang
-CPP= ${LLVM_PREFIX}/bin/clang-cpp
-CXX= ${LLVM_PREFIX}/bin/clang++
-
post-patch: # workaround for https://github.com/secure-software-engineering/phasar/issues/564
# fix up the config directory location
@${REINPLACE_CMD} \