aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef-playback-status-plugin/Makefile
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/deadbeef-playback-status-plugin/Makefile
parentf7c437bbe789d8250d7a662b8303a2b933cd4498 (diff)
downloadports-b1dc5f007c61d4dcd405fe291b860023b5bcb979.tar.gz
ports-b1dc5f007c61d4dcd405fe291b860023b5bcb979.zip
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/deadbeef-playback-status-plugin/Makefile')
-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