diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-05 23:36:21 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-05 23:36:21 +0000 |
commit | 043c2ed1d15acd13c9fee313e133b10b15c53cd0 (patch) | |
tree | 638713a9efc52bdef29e5298cae2235ccb3ccaed /archivers | |
parent | 8d679fe180ecba6ccf4fe8b192ed70e491b9c849 (diff) | |
download | ports-043c2ed1d15acd13c9fee313e133b10b15c53cd0.tar.gz ports-043c2ed1d15acd13c9fee313e133b10b15c53cd0.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zstd/Makefile | 1 |
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> |