Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 05:52:11 +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: r497634 - head/games/criticalmass
Message-ID:  <201904030552.x335qBms098056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 05:52:10 2019
New Revision: 497634
URL: https://svnweb.freebsd.org/changeset/ports/497634

Log:
  Add compiler:c++0x to USES to fix the following on GCC-based
  architectures:
  
    cc1plus: error: unrecognized command line option "-std=c++0x"

Modified:
  head/games/criticalmass/Makefile

Modified: head/games/criticalmass/Makefile
==============================================================================
--- head/games/criticalmass/Makefile	Wed Apr  3 05:50:36 2019	(r497633)
+++ head/games/criticalmass/Makefile	Wed Apr  3 05:52:10 2019	(r497634)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtinyxml.so:textproc/tinyxml
 
-USES=		tar:bzip2
+USES=		compiler:c++0x tar:bzip2
 USE_XORG=	x11
 USE_GL=		gl
 USE_SDL=	image mixer sdl



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