MFH: r553436
emulators/jzintv: fix build on GCC architectures Use C++11 compiler: imasm/parser.cpp:1005: error: 'nullptr' was not declared in this scope Approved by: portmgr (fix build blanket)
This commit is contained in:
parent
7f27e7dd74
commit
ff0c73dca0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553437
@ -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 New Issue
Block a user