Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 05:57:09 +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: r497636 - head/games/cutemaze
Message-ID:  <201904030557.x335v90g099448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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