git: d7a3c9f3abe4 - main - net-im/kaccounts-integration: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 11:01:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7a3c9f3abe4e8a8ec539ee525bee9487974401b commit d7a3c9f3abe4e8a8ec539ee525bee9487974401b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-30 10:23:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 11:01:21 +0000 net-im/kaccounts-integration: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- net-im/kaccounts-integration/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile index b053ecec0d78..98f4de76d94e 100644 --- a/net-im/kaccounts-integration/Makefile +++ b/net-im/kaccounts-integration/Makefile @@ -25,7 +25,6 @@ USE_QT= concurrent core dbus declarative gui network widgets xml \ .include <bsd.port.options.mk> .if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092 -CXX= clang++${LLVM_VERSION} USES+= llvm:min=16 .endif