Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 13:01:51 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514521 - head/games/endless-sky
Message-ID:  <201910151301.x9FD1pFW056804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 15 13:01:51 2019
New Revision: 514521
URL: https://svnweb.freebsd.org/changeset/ports/514521

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/endless-sky/Makefile

Modified: head/games/endless-sky/Makefile
==============================================================================
--- head/games/endless-sky/Makefile	Tue Oct 15 12:53:25 2019	(r514520)
+++ head/games/endless-sky/Makefile	Tue Oct 15 13:01:51 2019	(r514521)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 
 USE_GITHUB=	yes
 
-USES=		compiler:c++11-lib gl gnome jpeg localbase:ldflags openal scons sdl xorg
+USES=		compiler:c++11-lang gl gnome jpeg localbase:ldflags openal scons sdl xorg
 USE_SDL=	sdl2
 USE_GL=		gl glew
 INSTALLS_ICONS=	yes



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