diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 11:37:02 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 11:37:02 +0200 |
commit | ace88d68016ef5053a9025b6505873608a5572c6 (patch) | |
tree | d654c7c85365e56107b8b2e97453c3edf244937b /x11/fontconfig | |
parent | e79407e1997e69c1f20f1f75c5a39830841ea527 (diff) |
fontconfig: set defaults paths
Diffstat (limited to 'x11/fontconfig')
-rw-r--r-- | x11/fontconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile index 93852d9..cedc5d1 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -29,7 +29,9 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} +CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} \ + --with-default-fonts=${LOCALBASE}/share/fonts \ + --with-cache-dir=/var/cache/fontconfig post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fontconfig |