mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/libgd: Added --without-x to prevent linking against /usr/lib
This commit is contained in:
parent
e7da956090
commit
4bcf3ea0e1
Notes:
sideshowbarker
2024-07-17 00:59:43 +09:00
Author: https://github.com/moormaster Commit: https://github.com/SerenityOS/serenity/commit/4bcf3ea0e1 Pull-request: https://github.com/SerenityOS/serenity/pull/19758
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ port=libgd
|
|||
version=2.3.3
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
configopts=("--without-x")
|
||||
config_sub_paths=("config/config.sub")
|
||||
files="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.gz libgd-${version}.tar.gz dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2"
|
||||
auth_type=sha256
|
||||
|
|
Loading…
Reference in a new issue