summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2013-06-17 19:27:12 +0000
committerdholland <dholland>2013-06-17 19:27:12 +0000
commitf3e91cbec63b3cb1988f5df8f3a84ab45b1d2f4b (patch)
tree444181b19aa8bca766ce2f135ec90e483512ad7a
parent597411791ff09a8186c592f70019e28b8a9f1a19 (diff)
downloadpkgsrc-f3e91cbec63b3cb1988f5df8f3a84ab45b1d2f4b.tar.gz
Not MAKE_JOBS_SAFE; I got
OSError: [Errno 2] No such file or directory: '[...]/work/.home/.cache/g-ir-scanner/058d13a6d877030b8adb448928d5630d364836c5' with 8 jobs on try 1; try 2 without changes succeeded. This probably applies to the whole plugin framework and should go in Makefile.common, but let's be conservative about it.
-rw-r--r--multimedia/gst-plugins0.10-base/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile b/multimedia/gst-plugins0.10-base/Makefile
index a255a231626..3abbb9b1e51 100644
--- a/multimedia/gst-plugins0.10-base/Makefile
+++ b/multimedia/gst-plugins0.10-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2013/06/17 19:27:12 dholland Exp $
#
.include "Makefile.common"
@@ -12,9 +12,8 @@ COMMENT+= Base plugins
CONFLICTS+= gst-plugins0.10-bad<0.10.10
USE_TOOLS+= perl:run
-
+MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
-
REPLACE_PERL+= tools/gst-visualise-m.m
# only useful if gstreamer was built with the "gstcheck" option