aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 17:58:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 19:05:06 +0000
commit1ad77b25b48fe2eb69d863233bf4b520e0ae4b00 (patch)
treedf9e7230cfe9c832a94110eeda527a7b10ece8bc
parentff4a8b8eb2b58f1c7b523e44f4a8feaf074a2b68 (diff)
downloadports-1ad77b25b48fe2eb69d863233bf4b520e0ae4b00.tar.gz
ports-1ad77b25b48fe2eb69d863233bf4b520e0ae4b00.zip
devel/phasar: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--devel/phasar/Makefile4
1 files changed, 0 insertions, 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} \