svn commit: r492364 - head/audio/portaudio

Tobias Kortkamp tobik at FreeBSD.org
Thu Feb 7 13:16:26 UTC 2019


Author: tobik
Date: Thu Feb  7 13:16:25 2019
New Revision: 492364
URL: https://svnweb.freebsd.org/changeset/ports/492364

Log:
  audio/portaudio: Mark MAKE_JOBS_UNSAFE after r492362
  
  Reported by:	cmt

Modified:
  head/audio/portaudio/Makefile

Modified: head/audio/portaudio/Makefile
==============================================================================
--- head/audio/portaudio/Makefile	Thu Feb  7 12:32:27 2019	(r492363)
+++ head/audio/portaudio/Makefile	Thu Feb  7 13:16:25 2019	(r492364)
@@ -25,6 +25,8 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--without-alsa
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	DOCS DOXYGEN EXAMPLES JACK PATEST SNDIO
 OPTIONS_SUB=	yes
 


More information about the svn-ports-all mailing list