mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Ports: Update zsh
This commit is contained in:
parent
8b6c538f2a
commit
47c5b77116
2 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=zsh
|
||||
version=5.8.1
|
||||
files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919"
|
||||
version=5.9
|
||||
files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz 9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5"
|
||||
auth_type="sha256"
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
|
@ -9,3 +9,7 @@ use_fresh_config_sub=true
|
|||
pre_configure() {
|
||||
run "./Util/preconfig"
|
||||
}
|
||||
|
||||
post_configure() {
|
||||
run_replace_in_file "s/define HAVE_PRCTL 1/undef HAVE_PRCTL/" config.h
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue