2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

fontconfig: Disable nls

This commit is contained in:
Dylan Araps 2020-04-19 08:38:57 +03:00
parent e14fc4b4e8
commit cf653d30e9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -7,7 +7,8 @@ patch -p1 < fontconfig-fix-1744377.patch
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-xmldir=/etc/fonts
--with-xmldir=/etc/fonts \
--disable-nls
make
make DESTDIR="$1" install