svn commit: r513029 - head/games/barrage

Piotr Kubaj pkubaj at FreeBSD.org
Fri Sep 27 12:48:07 UTC 2019


Author: pkubaj
Date: Fri Sep 27 12:48:06 2019
New Revision: 513029
URL: https://svnweb.freebsd.org/changeset/ports/513029

Log:
  games/barrage: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-int-conversion"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/barrage/Makefile

Modified: head/games/barrage/Makefile
==============================================================================
--- head/games/barrage/Makefile	Fri Sep 27 12:34:09 2019	(r513028)
+++ head/games/barrage/Makefile	Fri Sep 27 12:48:06 2019	(r513029)
@@ -12,7 +12,7 @@ COMMENT=	Destroy as many targets as possible
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake gnome sdl
+USES=		compiler:c11 gmake gnome sdl
 USE_SDL=	sdl mixer
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list