diff options
author | John Marino <marino@FreeBSD.org> | 2016-05-23 06:28:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-05-23 06:28:20 +0000 |
commit | 2013663d894773a0120ec2ec01c3ea9a4d2f4c68 (patch) | |
tree | e39d8d3b7a11c18815de0d0ef3c3c98254557c12 /audio | |
parent | 207165daf9644347581374b227d785ae550ecfde (diff) | |
download | freebsd-ports-2013663d894773a0120ec2ec01c3ea9a4d2f4c68.zip |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-vu-meter-plugin/Makefile | 2 | ||||
-rw-r--r-- | audio/deadbeef-waveform-seekbar-plugin/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
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 |