pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh Mark zsh packages as MAKE_JOBS_SAFE=no (fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f68239f6b88
branches:  trunk
changeset: 534974:7f68239f6b88
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Nov 04 15:58:24 2007 +0000

description:
Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon).

diffstat:

 shells/zsh/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f3636b17b044 -r 7f68239f6b88 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Sun Nov 04 15:56:38 2007 +0000
+++ b/shells/zsh/Makefile.common        Sun Nov 04 15:58:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2007/08/24 15:20:43 taca Exp $
+# $NetBSD: Makefile.common,v 1.44 2007/11/04 15:58:24 agc Exp $
 
 DISTNAME=      zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -31,6 +31,7 @@
 .sinclude "options.mk"
 
 BUILD_DEFS+=   ZSH_STATIC
+MAKE_JOBS_SAFE=        no
 
 .if defined(ZSH_STATIC) && !empty(ZSH_STATIC:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --disable-dynamic



Home | Main Index | Thread Index | Old Index