Date: Fri, 29 Sep 2023 23:21:11 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b38e67f5a710 - main - net-im/libquotient: Remove CC/CPP/CXX exports Message-ID: <202309292321.38TNLBme062396@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b38e67f5a710248897cdc143ea6cb9ebc09c0a90 commit b38e67f5a710248897cdc143ea6cb9ebc09c0a90 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 23:17:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 23:20:55 +0000 net-im/libquotient: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- net-im/libquotient/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 3ab5d4654c1e..e904d6ffdb90 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -52,9 +52,6 @@ _QT5_ONLY_qt6= "@comment " # Work around compiler bug, see pr: 272285 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) USES+= llvm -CC= clang${LLVM_VERSION} -CXX= clang++${LLVM_VERSION} -CPP= clang-cpp${LLVM_VERSION} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309292321.38TNLBme062396>