svn commit: r497658 - head/games/qnetwalk

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:58:21 UTC 2019


Author: linimon
Date: Wed Apr  3 06:58:19 2019
New Revision: 497658
URL: https://svnweb.freebsd.org/changeset/ports/497658

Log:
  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:
  head/games/qnetwalk/Makefile

Modified: head/games/qnetwalk/Makefile
==============================================================================
--- head/games/qnetwalk/Makefile	Wed Apr  3 06:56:46 2019	(r497657)
+++ head/games/qnetwalk/Makefile	Wed Apr  3 06:58:19 2019	(r497658)
@@ -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
 


More information about the svn-ports-all mailing list