aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 18:46:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 19:05:06 +0000
commit7553600dc9b93394640e15a410fcc0dadfe4150f (patch)
treeb7d9a08184d156e43c891889620e1f75eaab1d4e
parentf32d722e977193cbaa3f177bdacb6f788c33f23b (diff)
downloadports-7553600dc9b93394640e15a410fcc0dadfe4150f.tar.gz
ports-7553600dc9b93394640e15a410fcc0dadfe4150f.zip
devel/qcoro: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--devel/qcoro/Makefile1
1 files changed, 0 insertions, 1 deletions
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