svn commit: r499208 - head/games/filters

Piotr Kubaj pkubaj at FreeBSD.org
Wed Apr 17 20:38:23 UTC 2019


Author: pkubaj
Date: Wed Apr 17 20:38:22 2019
New Revision: 499208
URL: https://svnweb.freebsd.org/changeset/ports/499208

Log:
  games/filter: add MAKE_JOBS_UNSAFE=yes to fix race condition on threaded build.
  
  PR:		237311
  Reviewed by:	tcberner (mentor)
  Approved by:	ehaupt (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19943

Modified:
  head/games/filters/Makefile

Modified: head/games/filters/Makefile
==============================================================================
--- head/games/filters/Makefile	Wed Apr 17 20:34:21 2019	(r499207)
+++ head/games/filters/Makefile	Wed Apr 17 20:38:22 2019	(r499208)
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 CONFLICTS=	talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]*
 
 USES=		gmake perl5 shebangfix
+MAKE_JOBS_UNSAFE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list