diff --git a/ports/freetype/build.sh b/ports/freetype/build.sh index ab01f570..f521be76 100755 --- a/ports/freetype/build.sh +++ b/ports/freetype/build.sh @@ -1,10 +1,10 @@ #!/bin/bash ../install.sh NAME='freetype' -VERSION='2.14.1' -DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.xz#32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc" +VERSION='2.14.3' +DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.xz#36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f" DEPENDENCIES=('zlib' 'libpng') -CONFIG_SUB=('builds/unix/config.sub') CONFIGURE_OPTIONS=( + '--disable-static' 'lt_cv_deplibs_check_method=pass_all' ) diff --git a/ports/freetype/patches/0001-add-shared-library-support.patch b/ports/freetype/patches/0001-add-shared-library-support.patch index c032e2aa..81aae6cb 100644 --- a/ports/freetype/patches/0001-add-shared-library-support.patch +++ b/ports/freetype/patches/0001-add-shared-library-support.patch @@ -1,7 +1,7 @@ -diff -ruN freetype-2.13.3/builds/unix/configure freetype-2.13.3-banan_os/builds/unix/configure ---- freetype-2.13.3/builds/unix/configure 2024-08-12 14:00:49.000000000 +0300 -+++ freetype-2.13.3-banan_os/builds/unix/configure 2025-07-31 17:40:12.168493444 +0300 -@@ -5474,6 +5474,10 @@ +diff -ruN freetype-2.14.3/builds/unix/configure freetype-2.14.3-banan_os/builds/unix/configure +--- freetype-2.14.3/builds/unix/configure 2026-03-22 17:10:53.000000000 +0200 ++++ freetype-2.14.3-banan_os/builds/unix/configure 2026-07-05 13:40:58.479544155 +0300 +@@ -5417,6 +5417,10 @@ lt_cv_deplibs_check_method=pass_all ;; @@ -12,7 +12,7 @@ diff -ruN freetype-2.13.3/builds/unix/configure freetype-2.13.3-banan_os/builds/ beos*) lt_cv_deplibs_check_method=pass_all ;; -@@ -11261,6 +11265,16 @@ +@@ -11327,6 +11331,16 @@ esac ;;