svn commit: r535540 - head/games/residualvm

Piotr Kubaj pkubaj at FreeBSD.org
Sun May 17 10:05:14 UTC 2020


Author: pkubaj
Date: Sun May 17 10:05:14 2020
New Revision: 535540
URL: https://svnweb.freebsd.org/changeset/ports/535540

Log:
  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'

Modified:
  head/games/residualvm/Makefile

Modified: head/games/residualvm/Makefile
==============================================================================
--- head/games/residualvm/Makefile	Sun May 17 09:48:40 2020	(r535539)
+++ head/games/residualvm/Makefile	Sun May 17 10:05:14 2020	(r535540)
@@ -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
 


More information about the svn-ports-head mailing list