svn commit: r497635 - branches/2019Q2/games/criticalmass

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:55:14 UTC 2019


Author: linimon
Date: Wed Apr  3 05:55:12 2019
New Revision: 497635
URL: https://svnweb.freebsd.org/changeset/ports/497635

Log:
  MFH: r497634
  
  Add compiler:c++0x to USES to fix the following on GCC-based
  architectures:
  
    cc1plus: error: unrecognized command line option "-std=c++0x"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/criticalmass/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/criticalmass/Makefile
==============================================================================
--- branches/2019Q2/games/criticalmass/Makefile	Wed Apr  3 05:52:10 2019	(r497634)
+++ branches/2019Q2/games/criticalmass/Makefile	Wed Apr  3 05:55:12 2019	(r497635)
@@ -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


More information about the svn-ports-all mailing list