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='fontconfig'
VERSION='2.17.1'
DOWNLOAD_URL="https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/$VERSION/fontconfig-$VERSION.tar.gz#82e73b26adad651b236e5f5d4b3074daf8ff0910188808496326bd3449e5261d"
DEPENDENCIES=('harfbuzz' 'freetype' 'expat' 'libiconv' 'dejavu-fonts-ttf')
DEPENDENCIES=('freetype' 'expat' 'libiconv' 'dejavu-fonts-ttf')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'
'-Dbuildtype=release'