git: e5db2e15f503 - main - net/asterisk16: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 06:52:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5db2e15f503857b54f7f22e0f2ea471315fdada commit e5db2e15f503857b54f7f22e0f2ea471315fdada Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 06:47:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 06:47:11 +0000 net/asterisk16: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those --- net/asterisk16/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 89dadfb692db..34ed1709fbc6 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -189,9 +189,6 @@ PJSIP_VERSION= 2.12.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 .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}