summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-05 23:36:21 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-05 23:36:21 +0000
commit043c2ed1d15acd13c9fee313e133b10b15c53cd0 (patch)
tree638713a9efc52bdef29e5298cae2235ccb3ccaed /archivers
parent- Fix typo (diff)
archivers/zstd is no longer jobs safe.
I'm not sure what happened since the previous release, but now object files are used before they are created (e.g. decompress directory)
Notes
Notes: svn path=/head/; revision=425457
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 45b14d9da7e3..6e9caf283811 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -23,5 +23,6 @@ MAKE_ARGS= MANDIR="${PREFIX}/man/man1" \
INCLUDEDIR="${PREFIX}/include"
BROKEN_FreeBSD_9= missing builtin bswap32 and bswap64
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>