diff --git a/app-shells/zsh/zsh-5.4.1.recipe b/app-shells/zsh/zsh-5.4.1.recipe index 138b0be4a..978dc0781 100644 --- a/app-shells/zsh/zsh-5.4.1.recipe +++ b/app-shells/zsh/zsh-5.4.1.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://zsh.org/" COPYRIGHT="1992-2017 Paul Falstad, Richard Coleman, Zoltán Hidvégi, \ Andrew Main, Peter Stephenson, Sven Wishnowsky, and others" LICENSE="ZSH" -REVISION="3" +REVISION="4" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" CHECKSUM_SHA256="94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b" PATCHES="zsh-$portVersion.patchset" @@ -68,7 +68,11 @@ BUILD() --enable-pcre \ --enable-dynamic \ --enable-cap \ - --enable-unicode9 + --enable-unicode9 \ + --enable-maildir-support \ + --with-tcsetpgrp \ + --enable-zsh-secure-free + sed --in-place '/HAVE_WAIT3/d' config.h make $jobArgs }