summaryrefslogtreecommitdiff
path: root/games/xroach/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xroach/Makefile')
-rw-r--r--games/xroach/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index d0787a3d0f69..075cfd830895 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -24,7 +24,7 @@ PLIST_FILES= bin/xroach man/man6/xroach.6.gz
.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