Skip to content

Commit

Permalink
biology/abyss: 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 7, 2023
1 parent 8932e25 commit 7be12eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion biology/abyss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7be12eb

Please sign in to comment.