Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 07:01:13 +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: r497659 - branches/2019Q2/games/qnetwalk
Message-ID:  <201904030701.x3371DtL034257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 07:01:13 2019
New Revision: 497659
URL: https://svnweb.freebsd.org/changeset/ports/497659

Log:
  MFH: r497658
  
  Add compiler:c++11-lang to USES to fix the following on GCC-based
  architectures:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/qnetwalk/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/qnetwalk/Makefile
==============================================================================
--- branches/2019Q2/games/qnetwalk/Makefile	Wed Apr  3 06:58:19 2019	(r497658)
+++ branches/2019Q2/games/qnetwalk/Makefile	Wed Apr  3 07:01:13 2019	(r497659)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_GITHUB=	yes
 GH_ACCOUNT=	AMDmi3
 
-USES=		cmake qt:5
+USES=		cmake compiler:c++11-lang qt:5
 USE_QT=		core gui widgets qmake_build buildtools_build linguisttools_build
 USE_SDL=	mixer sdl
 



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