pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/portaudio portaudio: Not make jobs safe.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bca0c01df8e
branches:  trunk
changeset: 418713:5bca0c01df8e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 02 10:08:20 2019 +0000

description:
portaudio: Not make jobs safe.

I think we've been lucky until failures started cropping up in the aarch64
build...

diffstat:

 audio/portaudio/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 76b10c48ffea -r 5bca0c01df8e audio/portaudio/Makefile
--- a/audio/portaudio/Makefile  Mon Dec 02 09:44:59 2019 +0000
+++ b/audio/portaudio/Makefile  Mon Dec 02 10:08:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/11/24 14:44:18 nia Exp $
+# $NetBSD: Makefile,v 1.28 2019/12/02 10:08:20 nia Exp $
 
 DISTNAME=      pa_stable_v190600_20161030
 PKGNAME=       ${DISTNAME:S/^pa_stable_v/portaudio-/1:S/_/./g}
@@ -20,6 +20,9 @@
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
+# No rule to make target '../../../lib/libportaudio.la', needed by 'libportaudiocpp.la'.  Stop.
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE_LIBSUBDIR=       portaudio2
 
 NOT_FOR_PLATFORM=      Interix-*-*



Home | Main Index | Thread Index | Old Index