aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 22:07:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:55 +0000
commit4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b (patch)
tree4d498478067f9f7885d85e568a8510533ec0a16e
parenta4eb6fa39a1c6eb72af01ef6d4ddf7c46046d606 (diff)
downloadports-4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b.tar.gz
ports-4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b.zip
lang/spidermonkey91: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--lang/spidermonkey91/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile
index b55da8f2254d..8ad5e8aac120 100644
--- a/lang/spidermonkey91/Makefile
+++ b/lang/spidermonkey91/Makefile
@@ -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