git: af0d9a9f83a6 - main - devel/libdispatch: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 19:05:11 UTC
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