diff options
author | marino <marino@FreeBSD.org> | 2016-03-07 16:57:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-07 16:57:04 +0800 |
commit | c44d335827147c39eb522b66d774b925f7b1c92d (patch) | |
tree | 3ea703faf155d80ad4364266ab0abd92203488d3 /audio | |
parent | ec540261ecc360b8f9ca375212e637556bd74b14 (diff) | |
download | freebsd-ports-graphics-c44d335827147c39eb522b66d774b925f7b1c92d.tar.gz freebsd-ports-graphics-c44d335827147c39eb522b66d774b925f7b1c92d.tar.zst freebsd-ports-graphics-c44d335827147c39eb522b66d774b925f7b1c92d.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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-playback-status-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/deadbeef-playback-status-plugin/Makefile b/audio/deadbeef-playback-status-plugin/Makefile index 0f31023b006..da9887b0455 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 |