svn commit: r519601 - head/emulators/mame

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 9 11:17:42 UTC 2019


Author: pkubaj
Date: Mon Dec  9 11:17:41 2019
New Revision: 519601
URL: https://svnweb.freebsd.org/changeset/ports/519601

Log:
  emulators/mame: add MAKE_JOBS_UNSAFE=yes
  
  There's a race condition when compiling with 18-core POWER9 (72 threads):
  In file included from ../../../../../src/mame/drivers/konamigq.cpp:76:
  ../../../../../src/devices/cpu/tms57002/tms57002.h:208:10: fatal error: '../../emu/cpu/tms57002/tms57002.hxx' file not found
  #include "../../emu/cpu/tms57002/tms57002.hxx"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified:
  head/emulators/mame/Makefile

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Mon Dec  9 11:15:30 2019	(r519600)
+++ head/emulators/mame/Makefile	Mon Dec  9 11:17:41 2019	(r519601)
@@ -51,6 +51,7 @@ GENIE=		${WRKSRC}/3rdparty/genie
 PORTDOCS=	*
 PORTEXAMPLES=	${MSUBTARGET}.ini
 
+MAKE_JOBS_UNSAFE=	yes
 SUB_FILES=	pkg-message target.ini
 SUB_LIST=	MTARGET=${MTARGET} MSUBTARGET=${MSUBTARGET}
 


More information about the svn-ports-all mailing list