Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 15:48:18 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524717 - head/games/bastet
Message-ID:  <202001311548.00VFmIiL017138@repo.freebsd.org>

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

Log:
  games/bastet: fix build on GCC architectures
  
  Boost requires C++11 compiler.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/games/bastet/Makefile

Modified: head/games/bastet/Makefile
==============================================================================
--- head/games/bastet/Makefile	Fri Jan 31 15:27:04 2020	(r524716)
+++ head/games/bastet/Makefile	Fri Jan 31 15:48:18 2020	(r524717)
@@ -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?202001311548.00VFmIiL017138>