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:
Ali Mohammad Pur 2022-01-16 18:53:13 +03:30 committed by Ali Mohammad Pur
parent 8b39ec7c18
commit afabfc1964
Notes: sideshowbarker 2024-07-17 20:45:00 +09:00

View File

@ -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")