Date: Tue, 9 Apr 2019 17:56:43 +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: r498486 - head/games/hyperrogue Message-ID: <201904091756.x39HuhI7002538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Apr 9 17:56:43 2019 New Revision: 498486 URL: https://svnweb.freebsd.org/changeset/ports/498486 Log: 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: head/games/hyperrogue/Makefile Modified: head/games/hyperrogue/Makefile ============================================================================== --- head/games/hyperrogue/Makefile Tue Apr 9 17:47:42 2019 (r498485) +++ head/games/hyperrogue/Makefile Tue Apr 9 17:56:43 2019 (r498486) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904091756.x39HuhI7002538>