ports: Update and dont build static freetype
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash ../install.sh
|
#!/bin/bash ../install.sh
|
||||||
|
|
||||||
NAME='freetype'
|
NAME='freetype'
|
||||||
VERSION='2.14.1'
|
VERSION='2.14.3'
|
||||||
DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.xz#32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc"
|
DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.xz#36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f"
|
||||||
DEPENDENCIES=('zlib' 'libpng')
|
DEPENDENCIES=('zlib' 'libpng')
|
||||||
CONFIG_SUB=('builds/unix/config.sub')
|
|
||||||
CONFIGURE_OPTIONS=(
|
CONFIGURE_OPTIONS=(
|
||||||
|
'--disable-static'
|
||||||
'lt_cv_deplibs_check_method=pass_all'
|
'lt_cv_deplibs_check_method=pass_all'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
diff -ruN freetype-2.13.3/builds/unix/configure freetype-2.13.3-banan_os/builds/unix/configure
|
diff -ruN freetype-2.14.3/builds/unix/configure freetype-2.14.3-banan_os/builds/unix/configure
|
||||||
--- freetype-2.13.3/builds/unix/configure 2024-08-12 14:00:49.000000000 +0300
|
--- freetype-2.14.3/builds/unix/configure 2026-03-22 17:10:53.000000000 +0200
|
||||||
+++ freetype-2.13.3-banan_os/builds/unix/configure 2025-07-31 17:40:12.168493444 +0300
|
+++ freetype-2.14.3-banan_os/builds/unix/configure 2026-07-05 13:40:58.479544155 +0300
|
||||||
@@ -5474,6 +5474,10 @@
|
@@ -5417,6 +5417,10 @@
|
||||||
lt_cv_deplibs_check_method=pass_all
|
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*)
|
beos*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
lt_cv_deplibs_check_method=pass_all
|
||||||
;;
|
;;
|
||||||
@@ -11261,6 +11265,16 @@
|
@@ -11327,6 +11331,16 @@
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user