diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2003-08-03 06:56:12 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-03 06:56:12 +0000 |
| commit | 630eb2d3afb2f27b5ca5d0b25af7e915c66f7b8a (patch) | |
| tree | 15b71419c82ce8d48c3fd14f2d0ac69bd4e23824 /graphics/inventor/files/patch-fl.c | |
| parent | Update to 2.1.4 (diff) | |
SGI's Open Inventor (TM)
an object-oriented 3D toolkit offering a comprehensive
solution to interactive graphics programming problems.
PR: 46731
Submitted by: Christian Gusenbauer <c47g@gmx.at>
Diffstat (limited to 'graphics/inventor/files/patch-fl.c')
| -rw-r--r-- | graphics/inventor/files/patch-fl.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/inventor/files/patch-fl.c b/graphics/inventor/files/patch-fl.c new file mode 100644 index 000000000000..e663ff3770a4 --- /dev/null +++ b/graphics/inventor/files/patch-fl.c @@ -0,0 +1,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 "/lib/X11/fonts/TTF"; ++ #else + static char *fontPath = IVPREFIX "/share/data/fonts"; ++ #endif + int fl_debug = FALSE; + + /* |
