diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-18 07:19:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-18 07:19:56 +0000 |
commit | 3098baab581198898a251005940fa0c63ea28c82 (patch) | |
tree | b7ca5e4025405c417c723236679ef307f8f9b037 /multimedia | |
parent | 78c6ee5652f1675ff8160251be24083c9771f2dc (diff) | |
download | pkgsrc-3098baab581198898a251005940fa0c63ea28c82.tar.gz |
Mark this not MAKE_JOBS_SAFE too; I ran into the same problem I did with
gst-plugins0.10-base yesterday.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins1-base/Makefile b/multimedia/gst-plugins1-base/Makefile index f49158e9c8f..575c9ef9fce 100644 --- a/multimedia/gst-plugins1-base/Makefile +++ b/multimedia/gst-plugins1-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/06/18 07:19:56 dholland Exp $ .include "Makefile.common" @@ -9,9 +9,8 @@ PKGREVISION= 1 COMMENT+= Base plugins 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 |