forked from Lainports/freebsd-ports
biology/abyss: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
8932e251e1
commit
7be12eb0e2
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue