From 90585b7aa806e8485de5d05fd482daba31650b79 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 27 Oct 2020 13:16:00 +0000 Subject: [PATCH] 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) --- emulators/jzintv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index af05da797a22..3ff721a9fa28 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -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