pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Add MAKE_JOBS_SAFE=no. Noted by veego.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a91de44544ba
branches:  trunk
changeset: 529342:a91de44544ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 01 00:54:47 2007 +0000

description:
Add MAKE_JOBS_SAFE=no. Noted by veego.

diffstat:

 archivers/p7zip/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 104a981d5cc4 -r a91de44544ba archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Fri Jun 01 00:46:27 2007 +0000
+++ b/archivers/p7zip/Makefile  Fri Jun 01 00:54:47 2007 +0000
@@ -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 @@
 
 USE_LANGUAGES=         c c++
 MAKE_FILE=             makefile
+MAKE_JOBS_SAFE=                no # missing header when compiling sfx
 NO_CONFIGURE=          yes
 PTHREAD_OPTS+=         require
 



Home | Main Index | Thread Index | Old Index