1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

audio/ncmpc: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-08-02 13:49:05 +02:00
parent 02ed1337f5
commit 3d95151c2e

View File

@ -46,4 +46,10 @@ NLS_USES= gettext
PORTDOCS= *
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
CPPFLAGS+= -Wno-error=enum-constexpr-conversion
.endif
.include <bsd.port.post.mk>