1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

Ports: Fix freetype port

This commit is contained in:
Sahan Fernando 2022-01-17 22:44:56 +11:00 committed by Brian Gianforcaro
parent 070d70848f
commit 62192c88a6

View file

@ -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" files="https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.gz freetype-${version}.tar.gz 5eab795ebb23ac77001cfb68b7d4d50b5d6c7469247b0b01b2c953269f658dac"
auth_type=sha256 auth_type=sha256
configopts=("--with-brotli=no" "--with-bzip2=no" "--with-zlib=no" "--with-harfbuzz=no" "--with-png=no") configopts=("--with-brotli=no" "--with-bzip2=no" "--with-zlib=no" "--with-harfbuzz=no" "--with-png=no")
config_sub_path="builds/unix/config.sub"
install() { install() {
run make DESTDIR=${SERENITY_INSTALL_ROOT} "${installopts[@]}" install run make DESTDIR=${SERENITY_INSTALL_ROOT} "${installopts[@]}" install