mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
Ports: Add a dependency on libiconv to p7zip
This commit is contained in:
parent
8ffba7e2cf
commit
d3f3bb1853
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ auth_type=sha256
|
|||
files="https://github.com/jinfeihan57/p7zip/archive/refs/tags/v${version}.tar.gz p7zip-${version}.tar.gz ea029a2e21d2d6ad0a156f6679bd66836204aa78148a4c5e498fe682e77127ef"
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
workdir=$port-$version/CPP
|
||||
depends=("libiconv")
|
||||
|
||||
post_fetch() {
|
||||
run_replace_in_file "s/\r//" 7zip/CMAKE/7za/CMakeLists.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue