Skip to content

Commit

Permalink
devel/libexplain: 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 af0d9a9 commit 56d27a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devel/libexplain/Makefile
Expand Up @@ -32,9 +32,6 @@ PATCHLEVEL= D012

.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}
MAKE_JOBS_UNSAFE= yes
.endif

Expand Down

0 comments on commit 56d27a4

Please sign in to comment.