Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 11:16:47 +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: r518316 - head/games/reminiscence
Message-ID:  <201911241116.xAOBGl4X006540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241116.xAOBGl4X006540>