Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 15:50:23 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r524718 - branches/2020Q1/games/bastet
Message-ID:  <202001311550.00VFoNOX017430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan 31 15:50:23 2020
New Revision: 524718
URL: https://svnweb.freebsd.org/changeset/ports/524718

Log:
  MFH: r524717
  
  games/bastet: fix build on GCC architectures
  
  Boost requires C++11 compiler.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/games/bastet/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/games/bastet/Makefile
==============================================================================
--- branches/2020Q1/games/bastet/Makefile	Fri Jan 31 15:48:18 2020	(r524717)
+++ branches/2020Q1/games/bastet/Makefile	Fri Jan 31 15:50:23 2020	(r524718)
@@ -13,14 +13,12 @@ COMMENT=	Ncurses Tetris clone which is harder than eve
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	does not build
-
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fph
 
-USES=		gmake localbase:ldflags ncurses tar:tgz
+USES=		compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz
 
 PORTDOCS=	AUTHORS README NEWS
 



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