aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-03-11 03:41:06 +0800
committermarino <marino@FreeBSD.org>2016-03-11 03:41:06 +0800
commit099b17d7655839e6d599277e27570405ee35aaba (patch)
treea5b5e6ae8841be48f27cc3c7e53ad403e7e9d238 /audio
parent174d6a56eb18a905091991c624a2a233fc7b071a (diff)
downloadfreebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.tar.gz
freebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.tar.zst
freebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.zip
audio/deadbeef-musical-spectrum-plugin is not jobs safe
As seen in similar deadbeef plugins, this port is unsafe because it starts building assemble object files before confirming the build directory (gtk3) has been created.
Diffstat (limited to 'audio')
-rw-r--r--audio/deadbeef-musical-spectrum-plugin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/deadbeef-musical-spectrum-plugin/Makefile b/audio/deadbeef-musical-spectrum-plugin/Makefile
index 1e20e1953ca2..577b28c04d17 100644
--- a/audio/deadbeef-musical-spectrum-plugin/Makefile
+++ b/audio/deadbeef-musical-spectrum-plugin/Makefile
@@ -22,6 +22,8 @@ USES= gmake pkgconfig
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT= GTK2
+MAKE_JOBS_UNSAFE= yes
+
.for v in 2 3
GTK${v}_USE= GNOME=gtk${v}0