svn commit: r497622 - head/games/2048-qt

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:20:40 UTC 2019


Author: linimon
Date: Wed Apr  3 05:20:38 2019
New Revision: 497622
URL: https://svnweb.freebsd.org/changeset/ports/497622

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

Modified:
  head/games/2048-qt/Makefile

Modified: head/games/2048-qt/Makefile
==============================================================================
--- head/games/2048-qt/Makefile	Wed Apr  3 05:01:11 2019	(r497621)
+++ head/games/2048-qt/Makefile	Wed Apr  3 05:20:38 2019	(r497622)
@@ -16,7 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	xiaoyong
 GH_PROJECT=	2048-Qt
 
-USES=		gmake pkgconfig qmake qt:5
+USES=		compiler:c++11-lang gmake pkgconfig qmake qt:5
 USE_QT=		core declarative gui network widgets buildtools_build quickcontrols
 
 PLIST_FILES=	bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \


More information about the svn-ports-all mailing list