Skip to content
Snippets Groups Projects
Commit cea999c5 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

games/xmille: Fix build with llvm15

- Pet portclippy
parent 0d6240b2
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,25 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= X window mille bourne game
WRKSRC= ${WRKDIR}/Mille
LICENSE= NONE
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/xmille man/man1/xmille.1.gz
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -Wno-error=return-type
WRKSRC= ${WRKDIR}/Mille
PLIST_FILES= bin/xmille man/man1/xmille.1.gz
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment