1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

cad/brlcad: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
This commit is contained in:
Muhammad Moinur Rahman 2023-09-28 18:28:03 +02:00
parent db3d647fde
commit 035e4ebea2

View File

@ -46,9 +46,6 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-patch: