emulators/bsvc: fix build on GCC architectures

Needs C++11:
USE_CXXSTD=     c++11

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-11-11 16:47:17 +00:00
parent f9f967fe79
commit e3860f5b44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517268

View File

@ -12,7 +12,7 @@ COMMENT= Extensible hardware simulation framework with MC68K support
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
USES= tk gmake
USES= compiler:c++11-lang tk gmake
USE_GITHUB= yes
GH_ACCOUNT= BSVC