svn commit: r498487 - branches/2019Q2/games/hyperrogue

Mark Linimon linimon at FreeBSD.org
Tue Apr 9 18:00:29 UTC 2019


Author: linimon
Date: Tue Apr  9 18:00:27 2019
New Revision: 498487
URL: https://svnweb.freebsd.org/changeset/ports/498487

Log:
  MFH: r498486
  
  This port requires a C++11-compatible compiler, so add USES=compiler:c++11-lang
  to fix build on GCC-based architectures.
  
  While here, add USES=sdl.
  
  PR:		237100
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/hyperrogue/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/hyperrogue/Makefile
==============================================================================
--- branches/2019Q2/games/hyperrogue/Makefile	Tue Apr  9 17:56:43 2019	(r498486)
+++ branches/2019Q2/games/hyperrogue/Makefile	Tue Apr  9 18:00:27 2019	(r498487)
@@ -12,14 +12,12 @@ COMMENT=	Roguelike in a non-euclidean world
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to link: langen-langen.o: relocation truncated to fit: R_PPC64_TOC16_DS
-
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	zenorogue
 
-USES=		autoreconf gl localbase
+USES=		autoreconf compiler:c++11-lang gl localbase sdl
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl mixer gfx ttf
 USE_GL=		gl glew


More information about the svn-ports-branches mailing list