git: e89872ec76c3 - main - net/asterisk18: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 06:52:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e89872ec76c3191693ed439c46d85b50a47b2738
commit e89872ec76c3191693ed439c46d85b50a47b2738
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 06:51:22 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 06:51:22 +0000
net/asterisk18: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
---
net/asterisk18/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index c8d81232fe0f..31b10895a716 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -220,9 +220,6 @@ PJSIP_VERSION= 2.13.1
.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
.include <bsd.port.pre.mk>