mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
games/xneko: Fix build with llvm15
- Adopt port
This commit is contained in:
parent
12e0c85984
commit
a4fa61ce88
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@ CATEGORIES= games
|
||||||
MASTER_SITES= LOCAL/dinoex
|
MASTER_SITES= LOCAL/dinoex
|
||||||
DISTNAME= ${PORTNAME}
|
DISTNAME= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= bofh@FreeBSD.org
|
||||||
COMMENT= The classic cat-and-mouse
|
COMMENT= The classic cat-and-mouse
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
@ -14,4 +14,10 @@ USES= imake xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
PLIST_FILES= bin/xneko man/man6/xneko.6.gz
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue