mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Ports: Correct the config.sub path for freetype
This regressed in cdd6d68
, setting the correct path makes it build
again.
This commit is contained in:
parent
8b39ec7c18
commit
afabfc1964
Notes:
sideshowbarker
2024-07-17 20:45:00 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/afabfc1964a Pull-request: https://github.com/SerenityOS/serenity/pull/11946
@ -3,6 +3,7 @@ port=freetype
|
||||
version=2.10.4
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=builds/unix/config.sub
|
||||
files="https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.gz freetype-${version}.tar.gz 5eab795ebb23ac77001cfb68b7d4d50b5d6c7469247b0b01b2c953269f658dac"
|
||||
auth_type=sha256
|
||||
configopts=("--with-brotli=no" "--with-bzip2=no" "--with-zlib=no" "--with-harfbuzz=no" "--with-png=no")
|
||||
|
Loading…
Reference in New Issue
Block a user