mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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
319 B
Bash
Executable file
8 lines
319 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=liboggz
|
|
version=1.1.1
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
files="https://downloads.xiph.org/releases/liboggz/liboggz-${version}.tar.gz liboggz-${version}.tar.gz 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a"
|
|
auth_type=sha256
|
|
depends=("libogg")
|