From 61d7faa2341e952b1af2866fbbecc06f6be75dd9 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 11 Feb 2017 20:05:15 +0000 Subject: games/criticalmass: unbreak with gcc6 or later In file included from Config.cpp:26:0: ./Config.hpp:94:63: error: template argument 3 is invalid hash_map< string, Value*, hash, equal_to > &kvmap); ^ ./Config.hpp:94:63: error: template argument 3 is invalid ./Config.hpp:94:63: error: template argument 3 is invalid ./Config.hpp:94:6: error: 'hash_map' is not a type hash_map< string, Value*, hash, equal_to > &kvmap); ^~~~~~~~ ./Config.hpp:94:14: error: expected ',' or '...' before '<' token hash_map< string, Value*, hash, equal_to > &kvmap); ^ ./Config.hpp:97:63: error: template argument 3 is invalid hash_map< string, Value*, hash, equal_to > &kvmap); ^ [...] --- games/criticalmass/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 99b160b46ccd..c11d4a9f33d3 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -23,6 +23,7 @@ DOS2UNIX_FILES= tinyxml/*.cpp tinyxml/*.h USE_XORG= x11 USE_GL= gl USE_SDL= image mixer sdl +USE_CXXSTD= gnu++98 USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimize -- cgit