diff --git a/games/xneko/Makefile b/games/xneko/Makefile index 61725300bce2..2d4a2a5069c2 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= LOCAL/dinoex DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= The classic cat-and-mouse NO_WRKSUBDIR= yes @@ -14,4 +14,10 @@ USES= imake xorg USE_XORG= x11 PLIST_FILES= bin/xneko man/man6/xneko.6.gz +.include + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + .include