diff options
author | marino <marino@FreeBSD.org> | 2016-05-27 14:11:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-05-27 14:11:00 +0800 |
commit | 1612cd38e55f441a6a5897d1a8cf14b54db6fa22 (patch) | |
tree | e937629feebc4e32c9c3895cebc12ad3d779860d /audio/deadbeef-jack-plugin | |
parent | 01d4a6c635a83acd44b851ae67e7f0b007a101b8 (diff) | |
download | freebsd-ports-gnome-1612cd38e55f441a6a5897d1a8cf14b54db6fa22.tar.gz freebsd-ports-gnome-1612cd38e55f441a6a5897d1a8cf14b54db6fa22.tar.zst freebsd-ports-gnome-1612cd38e55f441a6a5897d1a8cf14b54db6fa22.zip |
Mark the remaining three deadbeef plugs as not jobs safe
Today the quick-search plugin failed to build due to concurrency issues,
making it the 5th of 7th plugins to do so. Mark it and the remaining
two plugins as jobs unsafe.
Diffstat (limited to 'audio/deadbeef-jack-plugin')
-rw-r--r-- | audio/deadbeef-jack-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/deadbeef-jack-plugin/Makefile b/audio/deadbeef-jack-plugin/Makefile index 5b3600ebd690..c8d4547c85b6 100644 --- a/audio/deadbeef-jack-plugin/Makefile +++ b/audio/deadbeef-jack-plugin/Makefile @@ -17,6 +17,8 @@ GH_ACCOUNT= Alexey-Yakovenko GH_PROJECT= jack GH_TAGNAME= 62d1e6a +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= lib/deadbeef/jack.so do-build: |