diff options
author | agc <agc@pkgsrc.org> | 2007-11-04 15:58:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-11-04 15:58:24 +0000 |
commit | 29df3ccee58b198e8e62df151c63acb2326e333f (patch) | |
tree | 223cbf4d2655ff813c61e1eeedbd7970c3e2030e /shells/zsh | |
parent | b535c0807db9a18422c781e9246bc90ff6147812 (diff) | |
download | pkgsrc-29df3ccee58b198e8e62df151c63acb2326e333f.tar.gz |
Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon).
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index df7e0382401..2cae147fa01 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .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 |