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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user