diff options
author | marino <marino@FreeBSD.org> | 2016-03-11 03:41:06 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-11 03:41:06 +0800 |
commit | 099b17d7655839e6d599277e27570405ee35aaba (patch) | |
tree | a5b5e6ae8841be48f27cc3c7e53ad403e7e9d238 /audio | |
parent | 174d6a56eb18a905091991c624a2a233fc7b071a (diff) | |
download | freebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.tar.gz freebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.tar.zst freebsd-ports-gnome-099b17d7655839e6d599277e27570405ee35aaba.zip |
audio/deadbeef-musical-spectrum-plugin is not jobs safe
As seen in similar deadbeef plugins, this port is unsafe because it
starts building assemble object files before confirming the build
directory (gtk3) has been created.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-musical-spectrum-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/deadbeef-musical-spectrum-plugin/Makefile b/audio/deadbeef-musical-spectrum-plugin/Makefile index 1e20e1953ca2..577b28c04d17 100644 --- a/audio/deadbeef-musical-spectrum-plugin/Makefile +++ b/audio/deadbeef-musical-spectrum-plugin/Makefile @@ -22,6 +22,8 @@ USES= gmake pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 +MAKE_JOBS_UNSAFE= yes + .for v in 2 3 GTK${v}_USE= GNOME=gtk${v}0 |