Skip to content

Commit

Permalink
devel/libdispatch: 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

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Sep 29, 2023
1 parent fbc9af1 commit af0d9a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devel/libdispatch/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit af0d9a9

Please sign in to comment.