diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-04-09 17:56:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-04-09 17:56:43 +0000 |
commit | 8e81a86ba75f7d7cfb223ab7046ad1036f8cac2f (patch) | |
tree | 6fa0fa87370ca7b2655bd5e781a4030c33fd8108 /games/hyperrogue | |
parent | d22aee6f3eeb3eca35187e0d4dbad5e0ded59728 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=498486
Diffstat (limited to 'games/hyperrogue')
-rw-r--r-- | games/hyperrogue/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile index d5cb0eb0cef1..a4eb9bbe09b6 100644 --- a/games/hyperrogue/Makefile +++ b/games/hyperrogue/Makefile @@ -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 |