git: 9bbd4ebe5959 - main - devel/kdevelop: Add a comment pointing to upstream bug report about clang 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jul 2023 08:53:05 UTC
The branch main has been updated by rakuco: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bbd4ebe5959d191c127ca5feaef0100a12bbb3d commit 9bbd4ebe5959d191c127ca5feaef0100a12bbb3d Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> AuthorDate: 2023-07-06 08:52:30 +0000 Commit: Raphael Kubo da Costa <rakuco@FreeBSD.org> CommitDate: 2023-07-06 08:52:30 +0000 devel/kdevelop: Add a comment pointing to upstream bug report about clang 16 --- devel/kdevelop/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 8ea3e3174269..c6ea97c8b488 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -65,6 +65,7 @@ zsh_CMD= ${LOCALBASE}/bin/zsh .include <bsd.port.pre.mk> .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 +# Reported upstream: https://bugs.kde.org/show_bug.cgi?id=471995 CXXFLAGS+= -Wno-error=enum-constexpr-conversion .endif