diff options
| -rw-r--r-- | games/kevedit/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/kevedit/Makefile b/games/kevedit/Makefile index ec18649986c9..385ffa048691 100644 --- a/games/kevedit/Makefile +++ b/games/kevedit/Makefile @@ -16,6 +16,13 @@ RUN_DEPENDS= cdrecord:sysutils/cdrtools USES= sdl USE_SDL= sdl + GNU_CONFIGURE= yes +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CFLAGS+= -Wno-error=incompatible-function-pointer-types +.endif + .include <bsd.port.mk> |
