View | Details | Raw Unified | Return to bug 231908
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 13-20 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=gnu++0x"
17
18
LIB_DEPENDS=	libpng.so:graphics/png \
16
LIB_DEPENDS=	libpng.so:graphics/png \
19
		libtolua++-${LUA_VER}.so:lang/tolua++
17
		libtolua++-${LUA_VER}.so:lang/tolua++
20
18
Lines 21-27 Link Here
21
USE_GITHUB=	yes
19
USE_GITHUB=	yes
22
GH_ACCOUNT=	Wargus
20
GH_ACCOUNT=	Wargus
23
21
24
USES=		cmake:outsource lua:51 pkgconfig sqlite
22
USES=		cmake:outsource compiler:c++11-lang gl lua:51 pkgconfig sqlite
25
USE_GL=		gl glu
23
USE_GL=		gl glu
26
USE_SDL=	sdl
24
USE_SDL=	sdl
27
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
25
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \

Return to bug 231908