Skip to content

Commit 7be12eb

Browse files
committed
biology/abyss: Fix build with llvm15
Approved by: portmgr (blanket)
1 parent 8932e25 commit 7be12eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎biology/abyss/Makefile‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ PORTDOCS= *
4242

4343
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
4444

45-
.include <bsd.port.mk>
45+
.include <bsd.port.pre.mk>
46+
47+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
48+
CFLAGS+= -Wno-error=unused-but-set-variable
49+
.endif
50+
51+
.include <bsd.port.post.mk>

0 commit comments

Comments
 (0)