mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
9b61339261
This version requires the gettext port as a dependency. In addition to that, this release has a bug in which it doesn't include libintl and libiconv properly when building the program. Therefore, we add a patch that was originally made by Sergey Poznyakoff after the report of this bug (savannah bug #64441).
18 lines
411 B
Bash
Executable File
18 lines
411 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='tar'
|
|
version='1.35'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('build-aux/config.sub')
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/tar/tar-${version}.tar.gz 14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e"
|
|
)
|
|
depends=(
|
|
'gettext'
|
|
)
|
|
configopts=(
|
|
"--without-selinux"
|
|
"--without-posix-acls"
|
|
"--without-xattrs"
|
|
)
|