From 2013663d894773a0120ec2ec01c3ea9a4d2f4c68 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 23 May 2016 06:28:20 +0000 Subject: [PATCH] Mark two more deadbeef ports as not jobs safe It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build. --- audio/deadbeef-vu-meter-plugin/Makefile | 2 ++ audio/deadbeef-waveform-seekbar-plugin/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/audio/deadbeef-vu-meter-plugin/Makefile b/audio/deadbeef-vu-meter-plugin/Makefile index 22bacabcd9f8..c6d96239c43f 100644 --- a/audio/deadbeef-vu-meter-plugin/Makefile +++ b/audio/deadbeef-vu-meter-plugin/Makefile @@ -18,6 +18,8 @@ GH_TAGNAME= 940d8d7 USES= gmake pkgconfig +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= share/deadbeef/pixmaps/vumeter.png OPTIONS_DEFINE= GTK2 GTK3 diff --git a/audio/deadbeef-waveform-seekbar-plugin/Makefile b/audio/deadbeef-waveform-seekbar-plugin/Makefile index ea7f75eb4727..f5555ebf8748 100644 --- a/audio/deadbeef-waveform-seekbar-plugin/Makefile +++ b/audio/deadbeef-waveform-seekbar-plugin/Makefile @@ -18,6 +18,8 @@ GH_TAGNAME= 0402f6d USES= gmake pkgconfig sqlite +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2