mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
lang/spidermonkey91: 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:
parent
a4eb6fa39a
commit
4eb5d0c15f
@ -56,9 +56,6 @@ PLIST_SUB= SP_VER=${SP_VER}
|
||||
|
||||
.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}
|
||||
CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_VERSION} \
|
||||
LLVM_OBJDUMP=llvm-objdump${LLVM_VERSION}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user