diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 09:25:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 09:25:51 +0000 |
commit | 6ddb3ab06aefbdf193b6d313362cabb70bd62aab (patch) | |
tree | dcb512ba48be4ddfc16ed293be94f40bdc8058e6 /shells/zsh | |
parent | f606f681e50856c473dd8b420c2f070d6c033939 (diff) | |
download | pkgsrc-6ddb3ab06aefbdf193b6d313362cabb70bd62aab.tar.gz |
shells/zsh: ignore [[ in shell program
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 3a97e6348f8..f36e6b0d55b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2020/03/20 11:58:20 nia Exp $ +# $NetBSD: Makefile,v 1.97 2020/05/31 09:25:51 rillig Exp $ DISTNAME= zsh-5.8 CATEGORIES= shells @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes INFO_FILES= yes TEXINFO_REQD= 4.0 +CHECK_PORTABILITY_SKIP= Misc/c2z # not used + CONFIGURE_ARGS+= --disable-gdbm CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR:Q} |