ports/x11-wm/olvwm/files/patch-fontset.c
Cy Schubert fbde5c5dd6 Fix build under 10-CURRENT.
Split old-style patch files into current standard individual patch files.
2013-09-18 05:16:46 +00:00

19 lines
397 B
C

*** fontset.c.orig Sun Jan 24 20:51:59 1999
--- fontset.c Sun Jan 24 20:54:54 1999
***************
*** 210,216 ****
if (notFound)
{
! (void) sprintf(filename, "/usr/lib/X11/app-defaults/%s/%s",
locale, FONT_SETS);
}
--- 210,216 ----
if (notFound)
{
! (void) sprintf(filename, "/usr/X11R6/lib/X11/app-defaults/%s/%s",
locale, FONT_SETS);
}