svn commit: r524718 - branches/2020Q1/games/bastet

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 31 15:50:24 UTC 2020


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
 


More information about the svn-ports-branches mailing list