aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-28 16:28:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-28 18:56:25 +0000
commit035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906 (patch)
tree271fe5c641325b3b6316f9100432c6b022d28d9f
parentdb3d647fdea3f2208f0c84465b0194d7e5bf4904 (diff)
downloadports-035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906.tar.gz
ports-035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906.zip
cad/brlcad: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
-rw-r--r--cad/brlcad/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index c18000ae9c3f..f364a0a4490a 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -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: