Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 06:52:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e89872ec76c3 - main - net/asterisk18: Remove CC/CPP/CXX exports
Message-ID:  <202309290652.38T6qdIP018619@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309290652.38T6qdIP018619>