svn commit: r553436 - head/emulators/jzintv

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 27 13:16:01 UTC 2020


Author: pkubaj
Date: Tue Oct 27 13:16:00 2020
New Revision: 553436
URL: https://svnweb.freebsd.org/changeset/ports/553436

Log:
  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)

Modified:
  head/emulators/jzintv/Makefile

Modified: head/emulators/jzintv/Makefile
==============================================================================
--- head/emulators/jzintv/Makefile	Tue Oct 27 12:52:31 2020	(r553435)
+++ head/emulators/jzintv/Makefile	Tue Oct 27 13:16:00 2020	(r553436)
@@ -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-head mailing list