ports: Fix compilation of bunch of ports

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent ef469ab043
commit aca9f459ed
8 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
NAME='pango'
VERSION='1.57.0'
DOWNLOAD_URL="https://gitlab.gnome.org/GNOME/pango/-/archive/$VERSION/pango-$VERSION.tar.gz#1b2e2f683dfb5adec3faf17087ade8c648f10a5d3d0e17e421e0ac1a39e6740e"
DEPENDENCIES=('glib' 'fontconfig' 'cairo' 'fribidi' 'libXft')
DEPENDENCIES=('glib' 'harfbuzz' 'fontconfig' 'cairo' 'fribidi' 'libXft')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'
'-Dbuildtype=release'