mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/libgd: Update formatting to be consistent with other ports
This commit is contained in:
parent
1f2aef4028
commit
d7c1a1ecac
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/d7c1a1ecac Pull-request: https://github.com/SerenityOS/serenity/pull/20621 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/timschumi ✅
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libgd
|
||||
version=2.3.3
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
port='libgd'
|
||||
version='2.3.3'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=(
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
'--without-avif'
|
||||
|
@ -13,7 +13,9 @@ configopts=(
|
|||
'--without-x'
|
||||
'--without-xpm'
|
||||
)
|
||||
config_sub_paths=("config/config.sub")
|
||||
config_sub_paths=(
|
||||
'config/config.sub'
|
||||
)
|
||||
files=(
|
||||
"https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.gz dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue