diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-17 19:27:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-17 19:27:12 +0000 |
commit | 21b8d54131ea85790383e25e838d91313bce3c1a (patch) | |
tree | 444181b19aa8bca766ce2f135ec90e483512ad7a /multimedia/gst-plugins0.10-base | |
parent | 3797bf721898227fe03e70ca2ab3a072480ecd39 (diff) | |
download | pkgsrc-21b8d54131ea85790383e25e838d91313bce3c1a.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.
Diffstat (limited to 'multimedia/gst-plugins0.10-base')
-rw-r--r-- | multimedia/gst-plugins0.10-base/Makefile | 5 |
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 |