Date: Tue, 27 Oct 2020 13:17:04 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553437 - branches/2020Q4/emulators/jzintv Message-ID: <202010271317.09RDH48R049076@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Oct 27 13:17:04 2020 New Revision: 553437 URL: https://svnweb.freebsd.org/changeset/ports/553437 Log: 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) Modified: branches/2020Q4/emulators/jzintv/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/emulators/jzintv/Makefile ============================================================================== --- branches/2020Q4/emulators/jzintv/Makefile Tue Oct 27 13:16:00 2020 (r553436) +++ branches/2020Q4/emulators/jzintv/Makefile Tue Oct 27 13:17:04 2020 (r553437) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271317.09RDH48R049076>