svn commit: r539620 - head/games/ltris

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 19 15:02:23 UTC 2020


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


More information about the svn-ports-all mailing list