diff --git a/audio/sherlock-lv2/Makefile b/audio/sherlock-lv2/Makefile index 7f2dc9a07ccd..5b83245e86e7 100644 --- a/audio/sherlock-lv2/Makefile +++ b/audio/sherlock-lv2/Makefile @@ -22,4 +22,10 @@ USES= compiler:c11 gl meson pkgconfig tar:xz xorg USE_XORG= x11 xext USE_GL= gl glew glu -.include +.include + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + +.include