emulators/jzintv: fix build on GCC architectures
Use C++11 compiler: imasm/parser.cpp:1005: error: 'nullptr' was not declared in this scope MFH: 2020Q4 (fix build blanket)
This commit is contained in:
parent
84f6284186
commit
90585b7aa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553436
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COMMENT= Portable Intellivision(TM) Emulator
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= alias dos2unix gmake sdl xorg zip
|
||||
USES= alias compiler:c++11-lang dos2unix gmake sdl xorg zip
|
||||
USE_XORG= x11 xau xdmcp
|
||||
USE_SDL= sdl2
|
||||
|
||||
|
|
Loading…
Reference in a new issue