mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/flatbuffers205: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1be2301c64
commit
13b8caebd6
1 changed files with 6 additions and 0 deletions
|
@ -24,4 +24,10 @@ CMAKE_TESTING_ON= FLATBUFFERS_BUILD_TESTS # one test fails, see https://github.c
|
|||
|
||||
BINARY_ALIAS= git=false python3=${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CXXFLAGS+= -Wno-error=unused-command-line-argument
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue