forked from Lainports/freebsd-ports
net-im/libquotient: 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
f099cf5cb3
commit
b38e67f5a7
1 changed files with 0 additions and 3 deletions
|
|
@ -52,9 +52,6 @@ _QT5_ONLY_qt6= "@comment "
|
|||
# Work around compiler bug, see pr: 272285
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
USES+= llvm
|
||||
CC= clang${LLVM_VERSION}
|
||||
CXX= clang++${LLVM_VERSION}
|
||||
CPP= clang-cpp${LLVM_VERSION}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue