Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 05:23:59 +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: r497623 - branches/2019Q2/games/2048-qt
Message-ID:  <201904030523.x335NxeF082576@repo.freebsd.org>

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



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