mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
8 lines
280 B
Bash
Executable File
8 lines
280 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=patch
|
|
version=2.7.6
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
files="https://ftp.gnu.org/gnu/patch/patch-${version}.tar.gz patch-${version}.tar.gz 8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e"
|
|
auth_type=sha256
|