mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
astro/foxtrotgps: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
c8e79c4a16
commit
1045cc9d88
@ -36,4 +36,10 @@ CONFIGURE_ENV= DATADIRNAME=share
|
||||
|
||||
INFO= foxtrotgps
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user