Skip to content

Commit

Permalink
net/asterisk16: Remove CC/CPP/CXX exports
Browse files Browse the repository at this point in the history
USES=llvm now by default exports CC/CPP/CXX so remove those
  • Loading branch information
5u623l20 committed Sep 29, 2023
1 parent 7eae39c commit e5db2e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/asterisk16/Makefile
Expand Up @@ -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*}
Expand Down

0 comments on commit e5db2e1

Please sign in to comment.