svn commit: r406142 - head/audio/beast

John Marino marino at FreeBSD.org
Fri Jan 15 06:51:05 UTC 2016


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|^|#| ; \


More information about the svn-ports-head mailing list