git: 7553600dc9b9 - main - devel/qcoro: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 19:05:17 UTC
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