From 8b30e1dd2cfa89a219c8fcc33760128d75e01d33 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 17 May 2020 10:05:14 +0000 Subject: [PATCH] games/residualvm: fix build on GCC architectures Use newer GCC: ./engines/grim/gfx_opengl_shaders.h:269: error: declaration of 'struct Grim::GfxOpenGLS::Light' ./engines/grim/gfx_base.h:42: error: changes meaning of 'Light' from 'struct Grim::Light' --- games/residualvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/residualvm/Makefile b/games/residualvm/Makefile index 0351f18f5e3e..14943a52e3b1 100644 --- a/games/residualvm/Makefile +++ b/games/residualvm/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libmad.so:audio/libmad \ libtheoradec.so:multimedia/libtheora \ libfreetype.so:print/freetype2 -USES= gmake gl iconv jpeg sdl +USES= compiler:c++11-lang gmake gl iconv jpeg sdl USE_GITHUB= yes