Files
ports/games/xbat/Makefile
T
Lorenzo Salvadore 9ac37e9a39 games/xbat: Fix build with GCC 14
GCC 14 turns some warnings into errors. Add -fpermissive flag to switch
them back to warnings.

PR:		281234
2024-11-15 11:55:47 +01:00

26 lines
529 B
Makefile

PORTNAME= xbat
PORTVERSION= 1.11
PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= LOCAL/hrs
DISTNAME= xev111
MAINTAINER= TsurutaniNaoki@gmail.com
COMMENT= XEVIOUS like shooting game
LICENSE= GPLv2 CR
LICENSE_COMB= multi
LICENSE_NAME_CR= Copyright
LICENSE_TEXT_CR= Possible copyright infringement
LICENSE_PERMS_CR= dist-mirror pkg-mirror auto-accept
USES= imake xorg
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat
USE_GCC= yes # segfaults when compiled with clang
CFLAGS+= -fpermissive
.include <bsd.port.mk>