From 043c2ed1d15acd13c9fee313e133b10b15c53cd0 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 5 Nov 2016 23:36:21 +0000 Subject: 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) --- archivers/zstd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers') 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 -- cgit v1.2.3