diff options
Diffstat (limited to 'games/kevedit/Makefile')
-rw-r--r-- | games/kevedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kevedit/Makefile b/games/kevedit/Makefile index 385ffa048691..f82ffb85a27a 100644 --- a/games/kevedit/Makefile +++ b/games/kevedit/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |