mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
audio/sherlock-lv2: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
fff552e2f3
commit
d07bc1dcbd
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue