pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/portaudio
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 2 10:08:20 UTC 2019
Modified Files:
pkgsrc/audio/portaudio: Makefile
Log Message:
portaudio: Not make jobs safe.
I think we've been lucky until failures started cropping up in the aarch64
build...
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/portaudio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/portaudio/Makefile
diff -u pkgsrc/audio/portaudio/Makefile:1.27 pkgsrc/audio/portaudio/Makefile:1.28
--- pkgsrc/audio/portaudio/Makefile:1.27 Sun Nov 24 14:44:18 2019
+++ pkgsrc/audio/portaudio/Makefile Mon Dec 2 10:08:20 2019
@@ -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_TOOLS+= gmake pkg-config
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