svn commit: r483329 - head/games/stratagus

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 19:37:13 UTC 2018


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" \


More information about the svn-ports-all mailing list