1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

audio/vm-lv2: Fix build with llvm15

- Pet portclippy

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-10 19:03:22 +02:00
parent ea12db8c2a
commit b514c50032

View File

@ -21,7 +21,13 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \
libsratom-0.so:audio/sratom
USES= compiler:c++11-lib gl meson pkgconfig localbase tar:xz xorg
USE_XORG= x11 xext
USE_GL= gl glew glu
USE_XORG= x11 xext
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>