biology/abyss: Fix build with llvm15

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-07 09:20:57 +02:00
parent 8932e251e1
commit 7be12eb0e2

View file

@ -42,4 +42,10 @@ PORTDOCS= *
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include <bsd.port.post.mk>