diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /graphics/inventor/files/patch-fl.c | |
parent | textproc/aspell: add CPE information (diff) |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Notes
Notes:
svn path=/head/; revision=381876
Diffstat (limited to 'graphics/inventor/files/patch-fl.c')
-rw-r--r-- | graphics/inventor/files/patch-fl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inventor/files/patch-fl.c b/graphics/inventor/files/patch-fl.c index e663ff3770a4..628a9ba4a4b0 100644 --- a/graphics/inventor/files/patch-fl.c +++ b/graphics/inventor/files/patch-fl.c @@ -7,7 +7,7 @@ }; + #ifdef __FreeBSD__ -+ static char *fontPath = IVPREFIX "/lib/X11/fonts/TTF"; ++ static char *fontPath = IVPREFIX "/share/fonts/TTF"; + #else static char *fontPath = IVPREFIX "/share/data/fonts"; + #endif |