diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-01 20:28:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-01 20:28:25 +0000 |
commit | 9520b00dd89db36e36625f5e6416c2143bf957f5 (patch) | |
tree | a781e32c0a87218137080e56d1fd74bd33da5346 /lib/fontconfig | |
parent | e2eb2d479018971815aada0d04a9efd8c1a0cbad (diff) |
Font cache goes to /var/cache
Diffstat (limited to 'lib/fontconfig')
-rw-r--r-- | lib/fontconfig/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper index 7b59fd2e5..3ef82b484 100644 --- a/lib/fontconfig/Makefile.bsd-wrapper +++ b/lib/fontconfig/Makefile.bsd-wrapper @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/01 20:28:24 matthieu Exp $ SHARED_LIBS= fontconfig 5.0 CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \ --mandir=${X11BASE}/share/man \ + --with-cache-dir=/var/cache \ --with-default-fonts=${X11BASE}/lib/X11/fonts \ --with-add-fonts=/usr/local/lib/X11/fonts |