diff options
Diffstat (limited to 'graphics/inventor/files/patch-fl.c')
-rw-r--r-- | graphics/inventor/files/patch-fl.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/inventor/files/patch-fl.c b/graphics/inventor/files/patch-fl.c deleted file mode 100644 index 628a9ba4a4b0..000000000000 --- a/graphics/inventor/files/patch-fl.c +++ /dev/null @@ -1,16 +0,0 @@ -*** 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; - - /* |