emulators/hugo: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-06-24 12:22:50 +02:00
parent 74d3b748bc
commit 1040f28594

View file

@ -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>