Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 06:56:47 +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: r497657 - branches/2019Q2/games/pentobi
Message-ID:  <201904030656.x336ulOV033077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 06:56:46 2019
New Revision: 497657
URL: https://svnweb.freebsd.org/changeset/ports/497657

Log:
  MFH: r497656
  
  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/pentobi/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/pentobi/Makefile
==============================================================================
--- branches/2019Q2/games/pentobi/Makefile	Wed Apr  3 06:47:27 2019	(r497656)
+++ branches/2019Q2/games/pentobi/Makefile	Wed Apr  3 06:56:46 2019	(r497657)
@@ -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
 



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