svn commit: r553437 - branches/2020Q4/emulators/jzintv

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 27 13:17:05 UTC 2020


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
 


More information about the svn-ports-all mailing list