diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-do_text.c')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-do_text.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-do_text.c b/x11/XFree86-4-libraries/files/patch-do_text.c new file mode 100644 index 000000000000..adfd02fb0db4 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-do_text.c @@ -0,0 +1,17 @@ +--- programs/x11perf/do_text.c.orig Wed Feb 19 07:39:37 2003 ++++ programs/x11perf/do_text.c Wed Feb 19 07:39:39 2003 +@@ -421,14 +421,6 @@ + p->font); + return 0; + } +- +- if (aafont->core) +- { +- printf ("FreeType font '%s' not available, benchmark omitted\n", +- p->font); +- XftFontClose (xp->d, aafont); +- return 0; +- } + + aadraw = XftDrawCreate (xp->d, xp->w, + DefaultVisual (xp->d, DefaultScreen (xp->d)), |