git: 39c7002d5590 - main - cad/calculix: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:41 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39c7002d559022b782b1eed3936af006ae068acb
commit 39c7002d559022b782b1eed3936af006ae068acb
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 18:27:18 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:25 +0000
cad/calculix: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
---
cad/calculix/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index bd1c7b225d76..10668d98944a 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -43,9 +43,6 @@ PSVIEWER?= gv
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
-CC= clang${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.pre.mk>