diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index fcd3ea2b8e43..ddaf65c1bf59 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -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