1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

audio/cardinal: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-09-27 22:43:48 +02:00
parent 3ff32fdca5
commit d6740894cd

View File

@ -50,9 +50,6 @@ LTO_BROKEN= Fails to build with LTO because it is gcc-centered
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>