games/shaaft: unbreak with gcc6 or later

In file included from Config.cpp:21:0:
./Config.hpp:84:63: error: template argument 3 is invalid
      hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
                                                               ^
./Config.hpp:84:63: error: template argument 3 is invalid
./Config.hpp:84:63: error: template argument 3 is invalid
./Config.hpp:84:6: error: 'hash_map' is not a type
      hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
      ^~~~~~~~
./Config.hpp:84:14: error: expected ',' or '...' before '<' token
      hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
              ^
./Config.hpp:87:63: error: template argument 3 is invalid
      hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
                                                               ^
[...]
This commit is contained in:
Jan Beich 2017-02-11 15:32:33 +00:00
parent 8cb81aa341
commit 7016b487cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433880

View file

@ -21,6 +21,7 @@ USES= tar:bzip2
USE_SDL= mixer image sdl
USE_GL= yes
USE_GCC= any
USE_CXXSTD= gnu++98
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-optimize