Ports: Fix freetype port
This commit is contained in:
parent
070d70848f
commit
62192c88a6
Notes:
sideshowbarker
2024-07-17 20:19:51 +09:00
Author: https://github.com/ccapitalK Commit: https://github.com/SerenityOS/serenity/commit/62192c88a64 Pull-request: https://github.com/SerenityOS/serenity/pull/12039 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Quaker762 ✅ Reviewed-by: https://github.com/sin-ack
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ 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")
|
||||
config_sub_path="builds/unix/config.sub"
|
||||
|
||||
install() {
|
||||
run make DESTDIR=${SERENITY_INSTALL_ROOT} "${installopts[@]}" install
|
||||
|
|
Loading…
Add table
Reference in a new issue