mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
630eb2d3af
an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. PR: 46731 Submitted by: Christian Gusenbauer <c47g@gmx.at>
17 lines
341 B
C
17 lines
341 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 "/lib/X11/fonts/TTF";
|
|
+ #else
|
|
static char *fontPath = IVPREFIX "/share/data/fonts";
|
|
+ #endif
|
|
int fl_debug = FALSE;
|
|
|
|
/*
|