svn commit: r497637 - branches/2019Q2/games/cutemaze

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:02:10 UTC 2019


Author: linimon
Date: Wed Apr  3 06:02:09 2019
New Revision: 497637
URL: https://svnweb.freebsd.org/changeset/ports/497637

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

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

Modified: branches/2019Q2/games/cutemaze/Makefile
==============================================================================
--- branches/2019Q2/games/cutemaze/Makefile	Wed Apr  3 05:57:08 2019	(r497636)
+++ branches/2019Q2/games/cutemaze/Makefile	Wed Apr  3 06:02:09 2019	(r497637)
@@ -14,7 +14,7 @@ COMMENT=	Simple, top-down game in which mazes are rand
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang qmake qt:5 tar:bzip2
 USE_GL=		gl
 USE_QT=		core gui svg imageformats_run widgets \
 		linguisttools_build buildtools_build


More information about the svn-ports-all mailing list