svn commit: r497623 - branches/2019Q2/games/2048-qt

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:24:00 UTC 2019


Author: linimon
Date: Wed Apr  3 05:23:59 2019
New Revision: 497623
URL: https://svnweb.freebsd.org/changeset/ports/497623

Log:
  MFH: r497622
  
  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:
  branches/2019Q2/games/2048-qt/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/2048-qt/Makefile
==============================================================================
--- branches/2019Q2/games/2048-qt/Makefile	Wed Apr  3 05:20:38 2019	(r497622)
+++ branches/2019Q2/games/2048-qt/Makefile	Wed Apr  3 05:23:59 2019	(r497623)
@@ -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