summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-03-07 08:57:04 +0000
committerJohn Marino <marino@FreeBSD.org>2016-03-07 08:57:04 +0000
commitb1dc5f007c61d4dcd405fe291b860023b5bcb979 (patch)
tree3ea703faf155d80ad4364266ab0abd92203488d3 /audio
parentNew port: graphics/libyuv (diff)
audio/deadbeef-playback-status-plugin is not jobs safe
In fact, it's brutally unsafe. It's never passed on DF building system because it starts trying to assemble object files before without confirming the build directory (gtk3) has been created.
Notes
Notes: svn path=/head/; revision=410510
Diffstat (limited to 'audio')
-rw-r--r--audio/deadbeef-playback-status-plugin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/deadbeef-playback-status-plugin/Makefile b/audio/deadbeef-playback-status-plugin/Makefile
index 0f31023b0064..da9887b04551 100644
--- a/audio/deadbeef-playback-status-plugin/Makefile
+++ b/audio/deadbeef-playback-status-plugin/Makefile
@@ -18,6 +18,8 @@ GH_TAGNAME= fce1de0
USES= gmake pkgconfig
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT= GTK3