a5da770e67
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
16 lines
339 B
C
16 lines
339 B
C
*** libFL/ang/fl.c.orig Thu Jan 2 16:28:23 2003
|
|
--- libFL/ang/fl.c Thu Jan 2 16:32:25 2003
|
|
***************
|
|
*** 95,101 ****
|
|
--- 95,105 ----
|
|
NULL
|
|
};
|
|
|
|
+ #ifdef __FreeBSD__
|
|
+ static char *fontPath = IVPREFIX "/share/fonts/TTF";
|
|
+ #else
|
|
static char *fontPath = IVPREFIX "/share/data/fonts";
|
|
+ #endif
|
|
int fl_debug = FALSE;
|
|
|
|
/*
|