mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Add a dependency on libiconv to p7zip
This commit is contained in:
parent
8ffba7e2cf
commit
d3f3bb1853
Notes:
sideshowbarker
2024-07-17 17:19:04 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/d3f3bb1853 Pull-request: https://github.com/SerenityOS/serenity/pull/13063 Reviewed-by: https://github.com/linusg ✅
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…
Reference in a new issue