git: 035e4ebea2c5 - main - cad/brlcad: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906
commit 035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 16:28:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:25 +0000
cad/brlcad: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
---
cad/brlcad/Makefile | 3 ---
1 file changed, 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: