diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-01 00:54:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-01 00:54:47 +0000 |
commit | a6c3dc0ca7cf37e00e8bf7f4526129895043145a (patch) | |
tree | e33aa33363193e8000313e7b281b0e978a1f47eb /archivers | |
parent | 5437108c42901da6bbf76761a5e74c47901017d0 (diff) | |
download | pkgsrc-a6c3dc0ca7cf37e00e8bf7f4526129895043145a.tar.gz |
Add MAKE_JOBS_SAFE=no. Noted by veego.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 1621b163443..8461d137304 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/05/29 12:24:51 adam Exp $ +# $NetBSD: Makefile,v 1.29 2007/06/01 00:54:47 wiz Exp $ DISTNAME= p7zip_4.47_src_all PKGNAME= p7zip-4.47 @@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ MAKE_FILE= makefile +MAKE_JOBS_SAFE= no # missing header when compiling sfx NO_CONFIGURE= yes PTHREAD_OPTS+= require |