Ports: Add a dependency on libiconv to p7zip

This commit is contained in:
Tim Schumacher 2022-03-16 13:39:06 +01:00 committed by Linus Groh
parent 8ffba7e2cf
commit d3f3bb1853
Notes: sideshowbarker 2024-07-17 17:19:04 +09:00

View file

@ -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