Date: Fri, 19 Jun 2020 15:02:23 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539620 - head/games/ltris Message-ID: <202006191502.05JF2NDV034050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jun 19 15:02:22 2020 New Revision: 539620 URL: https://svnweb.freebsd.org/changeset/ports/539620 Log: games/ltris: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-int-conversion" Modified: head/games/ltris/Makefile Modified: head/games/ltris/Makefile ============================================================================== --- head/games/ltris/Makefile Fri Jun 19 14:36:21 2020 (r539619) +++ head/games/ltris/Makefile Fri Jun 19 15:02:22 2020 (r539620) @@ -13,7 +13,7 @@ COMMENT= Tetris clone but a good one with bunch of coo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake localbase sdl +USES= compiler:c11 gmake localbase sdl USE_SDL= mixer sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/games
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191502.05JF2NDV034050>