svn commit: r567374 - head/audio/bshapr-lv2

Yuri Victorovich yuri at FreeBSD.org
Fri Mar 5 10:14:57 UTC 2021


Author: yuri
Date: Fri Mar  5 10:14:56 2021
New Revision: 567374
URL: https://svnweb.freebsd.org/changeset/ports/567374

Log:
  audio/bshapr-lv2: Add workaround for intermittent build failures
  
  Reported by:	fallout

Modified:
  head/audio/bshapr-lv2/Makefile

Modified: head/audio/bshapr-lv2/Makefile
==============================================================================
--- head/audio/bshapr-lv2/Makefile	Fri Mar  5 09:52:05 2021	(r567373)
+++ head/audio/bshapr-lv2/Makefile	Fri Mar  5 10:14:56 2021	(r567374)
@@ -24,6 +24,8 @@ USE_XORG=	x11
 
 MAKEFILE=	makefile
 
+MAKE_JOBS_UNSAFE=	yes # workaround for intermittent build failures: https://github.com/sjaehn/BShapr/issues/18
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BShapr.lv2/*.so
 


More information about the svn-ports-all mailing list