Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 19:37:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483329 - head/games/stratagus
Message-ID:  <201810281937.w9SJbC1o054765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 19:37:12 2018
New Revision: 483329
URL: https://svnweb.freebsd.org/changeset/ports/483329

Log:
  Fix build on GCC-based architectures.
  
  PR:		231908
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/stratagus/Makefile

Modified: head/games/stratagus/Makefile
==============================================================================
--- head/games/stratagus/Makefile	Sun Oct 28 19:35:19 2018	(r483328)
+++ head/games/stratagus/Makefile	Sun Oct 28 19:37:12 2018	(r483329)
@@ -13,15 +13,13 @@ COMMENT=	Free cross-platform real-time strategy gaming
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=gnu++0x"
-
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtolua++-${LUA_VER}.so:lang/tolua++
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Wargus
 
-USES=		cmake:outsource lua:51 pkgconfig sqlite
+USES=		cmake:outsource compiler:c++11-lang gl lua:51 pkgconfig sqlite
 USE_GL=		gl glu
 USE_SDL=	sdl
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \



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