Date: Fri, 29 Sep 2023 19:05:17 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: 7553600dc9b9 - main - devel/qcoro: Remove CC/CPP/CXX exports Message-ID: <202309291905.38TJ5HKZ035004@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=7553600dc9b93394640e15a410fcc0dadfe4150f commit 7553600dc9b93394640e15a410fcc0dadfe4150f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 18:46:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 19:05:06 +0000 devel/qcoro: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- devel/qcoro/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile index 330d5f671639..8402d55a331b 100644 --- a/devel/qcoro/Makefile +++ b/devel/qcoro/Makefile @@ -30,7 +30,6 @@ PLIST_SUB= QT_VER=${FLAVOR:S/qt//} .include <bsd.port.options.mk> .if ${ARCH:Mpowerpc*} -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?202309291905.38TJ5HKZ035004>