Date: Wed, 3 Apr 2019 06:02:10 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497637 - branches/2019Q2/games/cutemaze Message-ID: <201904030602.x3362AE7004270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030602.x3362AE7004270>