games/scid: fix build on GCC architectures

C++11 compiler is necessary:
src/game.h:299: error: ISO C++ forbids declaration of 'ply' with no type
This commit is contained in:
Piotr Kubaj
2020-01-11 18:19:31 +00:00
parent 8db7c52c88
commit 1de19ea61e

View File

@@ -13,7 +13,7 @@ COMMENT= Free chess database application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake python shebangfix tk zip
USES= compiler:c++11-lang gmake python shebangfix tk zip
SHEBANG_FILES= scripts/eco2pgn.py scripts/pgnfix.py scripts/twic2scid.py \
tcl/lang/checklangs.tcl tcl/lang/propagatelang.tcl \
tcl/lang/removetoken.tcl