svn commit: r497656 - head/games/pentobi

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:47:28 UTC 2019


Author: linimon
Date: Wed Apr  3 06:47:27 2019
New Revision: 497656
URL: https://svnweb.freebsd.org/changeset/ports/497656

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/pentobi/Makefile

Modified: head/games/pentobi/Makefile
==============================================================================
--- head/games/pentobi/Makefile	Wed Apr  3 06:40:17 2019	(r497655)
+++ head/games/pentobi/Makefile	Wed Apr  3 06:47:27 2019	(r497656)
@@ -13,7 +13,8 @@ COMMENT=	Computer opponent for the board game Blokus
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake desktop-file-utils qt:5 shared-mime-info tar:xz
+USES=		cmake compiler:c++11-lang desktop-file-utils qt:5 \
+		shared-mime-info tar:xz
 USE_QT=		core gui widgets svg concurrent \
 		qmake_build buildtools_build linguisttools_build
 


More information about the svn-ports-all mailing list