15 lines
586 B
Diff
15 lines
586 B
Diff
--- gnuplot-4.2.0/src/variable.c.refto 2006-06-27 04:36:30.000000000 +0200
|
|
+++ gnuplot-4.2.0/src/variable.c 2007-09-06 10:02:54.000000000 +0200
|
|
@@ -263,8 +263,9 @@ static const struct path_table fontpath_
|
|
{ "$`kpsexpand '$TEXMFDIST'`/fonts/type1!" },
|
|
#endif
|
|
/* Linux paths */
|
|
- { "/usr/X11R6/lib/X11/fonts/Type1" },
|
|
- { "/usr/X11R6/lib/X11/fonts/truetype" },
|
|
+ { "/usr/share/fonts/default/ghostscript/" },
|
|
+ { "/usr/share/fonts/default/Type1/" },
|
|
+ { "/usr/share/fonts/bitstream-vera/" },
|
|
/* HP-UX */
|
|
{ "/usr/lib/X11/fonts!"},
|
|
/* Ghostscript */
|