emulators/hugo: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
74d3b748bc
commit
1040f28594
1 changed files with 4 additions and 0 deletions
|
@ -52,4 +52,8 @@ SDL_MIXER_CFLAGS= -DOGG_SUPPORT
|
|||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue