svn commit: r497636 - head/games/cutemaze

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:57:10 UTC 2019


Author: linimon
Date: Wed Apr  3 05:57:08 2019
New Revision: 497636
URL: https://svnweb.freebsd.org/changeset/ports/497636

Log:
  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:
  head/games/cutemaze/Makefile

Modified: head/games/cutemaze/Makefile
==============================================================================
--- head/games/cutemaze/Makefile	Wed Apr  3 05:55:12 2019	(r497635)
+++ head/games/cutemaze/Makefile	Wed Apr  3 05:57:08 2019	(r497636)
@@ -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