git: 265d0864ce64 - main - net-im/quaternion: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 23:21:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=265d0864ce640fb30727b4e2174f517a71a3649e commit 265d0864ce640fb30727b4e2174f517a71a3649e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 20:05:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 23:20:54 +0000 net-im/quaternion: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- net-im/quaternion/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index e42011a7400f..075affee62bb 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -34,9 +34,6 @@ GH_TAGNAME= 447d8ec4f990499fb589a37b7e8eae8c6781cadc .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) USES+= llvm:max=15 -CPP= clang-cpp${LLVM_VERSION} -CC= clang${LLVM_VERSION} -CXX= clang++${LLVM_VERSION} .endif .include <bsd.port.mk>