blob: 628a9ba4a4b03ccc2770c15548e0847363a2655f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*** 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;
/*
|