svn commit: r518316 - head/games/reminiscence

Piotr Kubaj pkubaj at FreeBSD.org
Sun Nov 24 11:16:48 UTC 2019


Author: pkubaj
Date: Sun Nov 24 11:16:47 2019
New Revision: 518316
URL: https://svnweb.freebsd.org/changeset/ports/518316

Log:
  games/reminiscence: fix build on GCC architectures
  
  Use newer GCC for build:
  cc1plus: error: unrecognized command line option "-Wpedantic"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/reminiscence/Makefile

Modified: head/games/reminiscence/Makefile
==============================================================================
--- head/games/reminiscence/Makefile	Sun Nov 24 11:16:31 2019	(r518315)
+++ head/games/reminiscence/Makefile	Sun Nov 24 11:16:47 2019	(r518316)
@@ -13,7 +13,7 @@ COMMENT=	Rewritten engine for Flashback
 LIB_DEPENDS=	libmodplug.so:audio/libmodplug \
 		libvorbisidec.so:audio/libtremor
 
-USES=		gmake pkgconfig sdl tar:bzip2
+USES=		compiler:c++11-lang gmake pkgconfig sdl tar:bzip2
 USE_SDL=	sdl2
 
 ALL_TARGET=	rs


More information about the svn-ports-head mailing list