mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
emulators/hugo: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
74d3b748bc
commit
1040f28594
@ -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 New Issue
Block a user