mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 09:20:36 +00:00
Ports: Fix libarchive port (#746)
This commit is contained in:
parent
031f0ee6bb
commit
b7efebe11c
Notes:
sideshowbarker
2024-07-19 11:18:21 +09:00
Author: https://github.com/danboid Commit: https://github.com/SerenityOS/serenity/commit/b7efebe11c7 Pull-request: https://github.com/SerenityOS/serenity/pull/746
1 changed files with 1 additions and 5 deletions
|
@ -3,8 +3,4 @@ port=libarchive
|
|||
version=3.4.0
|
||||
useconfigure=true
|
||||
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
|
||||
patchlevel=1
|
||||
|
||||
configure() {
|
||||
run ./"$configscript" --host=i686-pc-serenity $configopts
|
||||
}
|
||||
depends=zlib
|
||||
|
|
Loading…
Reference in a new issue