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)
This commit is contained in:
parent
3bf4463578
commit
eddfb0a564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498487
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user