Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2016 06:51:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406142 - head/audio/beast
Message-ID:  <201601150651.u0F6p42K022397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Jan 15 06:51:04 2016
New Revision: 406142
URL: https://svnweb.freebsd.org/changeset/ports/406142

Log:
  audio/beast is not jobs safe
  
  It tries to use gxkmarshal.h before it's completely generated

Modified:
  head/audio/beast/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Fri Jan 15 06:37:16 2016	(r406141)
+++ head/audio/beast/Makefile	Fri Jan 15 06:51:04 2016	(r406142)
@@ -49,6 +49,8 @@ SSE_VARS=	SSE_FLAGS="-mmmx -msse"
 
 BROKEN_powerpc64=	Does not build
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601150651.u0F6p42K022397>