mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40: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.
11 lines
461 B
Bash
Executable file
11 lines
461 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=pcre
|
|
version=8.45
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
files="https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz pcre-${version}.tar.gz
|
|
https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig"
|
|
|
|
auth_type="sig"
|
|
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"
|
|
auth_opts=("pcre-${version}.tar.gz.sig")
|