Skip to content

Commit

Permalink
audio/orbit-lv2: Fix build with llvm15
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 6, 2023
1 parent f6f2fb0 commit 7d081ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion audio/orbit-lv2/Makefile
Expand Up @@ -24,4 +24,10 @@ GL_ACCOUNT= OpenMusicKontrollers
GL_PROJECT= ${PORTNAME}.lv2
GL_COMMIT= f4aa620fc8d77418856581a6a955192af15b3860

.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>

0 comments on commit 7d081ad

Please sign in to comment.