diff options
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 |