Skip to content

Commit

Permalink
audio/lv2proc: 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 12, 2023
1 parent 990dfe7 commit c731046
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions audio/lv2proc/Makefile
Expand Up @@ -23,4 +23,10 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/lv2proc \
man/man1/lv2proc.1.gz

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=strict-prototypes
.endif

.include <bsd.port.mk>

0 comments on commit c731046

Please sign in to comment.