audio/sherlock-lv2: Fix build with llvm15

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-03 21:25:35 +02:00
parent fff552e2f3
commit d07bc1dcbd

View file

@ -22,4 +22,10 @@ USES= compiler:c11 gl meson pkgconfig tar:xz xorg
USE_XORG= x11 xext
USE_GL= gl glew glu
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>