mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
cdd6d68b2a
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
321 B
Bash
Executable file
8 lines
321 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=diffutils
|
|
version=3.7
|
|
files="https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz diffutils-${version}.tar.xz b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26"
|
|
auth_type=sha256
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
depends=("libiconv")
|