1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

games/xneko: Fix build with llvm15

- Adopt port
This commit is contained in:
Muhammad Moinur Rahman 2023-06-13 00:38:31 +02:00
parent 12e0c85984
commit a4fa61ce88

View File

@ -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 <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>