Skip to content
Snippets Groups Projects
Commit f32d722e authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

devel/pickle: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
parent 1ad77b25
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,6 @@ BIN_SYMLINKS= bin/n14 \
.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}
.endif
post-patch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment