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:
Piotr Kubaj 2020-10-27 13:16:00 +00:00
parent 84f6284186
commit 90585b7aa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553436

View File

@ -13,7 +13,7 @@ COMMENT= Portable Intellivision(TM) Emulator
LICENSE= GPLv2 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_XORG= x11 xau xdmcp
USE_SDL= sdl2 USE_SDL= sdl2