summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-05-01 21:20:45 +0000
committeradam <adam@pkgsrc.org>2018-05-01 21:20:45 +0000
commit7dffebc2bbf5a1aa55c1a2c2fc8f8d98c357e73a (patch)
tree6be02df12d98c725a34e6dcab0980db08c420808 /multimedia
parent022426295bac5abef56ce33f48b367b4ca29b84c (diff)
downloadpkgsrc-7dffebc2bbf5a1aa55c1a2c2fc8f8d98c357e73a.tar.gz
gst-plugins1-base: fix building on Darwin; removed MAKE_JOBS_SAFE=no
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-base/Makefile5
-rw-r--r--multimedia/gst-plugins1-base/Makefile.common3
2 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/gst-plugins1-base/Makefile b/multimedia/gst-plugins1-base/Makefile
index 3bbb4fc23cf..ceffe70888b 100644
--- a/multimedia/gst-plugins1-base/Makefile
+++ b/multimedia/gst-plugins1-base/Makefile
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2016/12/01 12:33:55 martin Exp $
+# $NetBSD: Makefile,v 1.15 2018/05/01 21:20:45 adam Exp $
.include "Makefile.common"
-#CONFIGURE_ARGS+= --disable-silent-rules
-
COMMENT+= Base plugins
USE_TOOLS+= perl:run
-MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
# only useful if gstreamer was built with the "gstcheck" option
diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common
index 5b3ea3c823a..ea1d4edf4eb 100644
--- a/multimedia/gst-plugins1-base/Makefile.common
+++ b/multimedia/gst-plugins1-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2018/04/17 22:10:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2018/05/01 21:20:45 adam Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
@@ -19,6 +19,7 @@ LICENSE= gnu-lgpl-v2
# Disable all drivers and features by default.
.for driver in alsa \
cdparanoia \
+ cocoa \
freetypetest \
gio \
ivorbis \