From 4da30b624d5251e462c1769aafc95320cd91ce21 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 19 Jun 2020 15:02:22 +0000 Subject: games/ltris: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-int-conversion" --- games/ltris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 754a1c3880be..b96d609a1808 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -13,7 +13,7 @@ COMMENT= Tetris clone but a good one with bunch of cool features 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 -- cgit v1.2.3