Date: Sat, 30 Sep 2023 11:01:34 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: d7a3c9f3abe4 - main - net-im/kaccounts-integration: Remove CC/CPP/CXX exports Message-ID: <202309301101.38UB1YPl062348@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301101.38UB1YPl062348>