Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 19:05:11 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: af0d9a9f83a6 - main - devel/libdispatch: Remove CC/CPP/CXX exports
Message-ID:  <202309291905.38TJ5BJD034776@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=af0d9a9f83a6d2b554efe08062a2325f19cb41f5

commit af0d9a9f83a6d2b554efe08062a2325f19cb41f5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 15:45:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:05 +0000

    devel/libdispatch: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
    
    Approved by:    portmgr (blanket)
---
 devel/libdispatch/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile
index 644cd1f81443..36b4455b8dad 100644
--- a/devel/libdispatch/Makefile
+++ b/devel/libdispatch/Makefile
@@ -22,9 +22,6 @@ GH_PROJECT=	swift-corelibs-libdispatch
 
 .if ${OSVERSION} > 1400000
 USES+=	llvm:build
-CC=	${_LLVM_MK_PREFIX}/bin/clang
-CPP=	${_LLVM_MK_PREFIX}/bin/clang-cpp
-CXX=	${_LLVM_MK_PREFIX}/bin/clang++
 #LD?=	${_LLVM_MK_PREFIX}/bin/ld
 .else
 USES+=	compiler:c++17-lang



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