]> git.pld-linux.org Git - packages/gd.git/blob - gd-fontpath.patch
- rel 2
[packages/gd.git] / gd-fontpath.patch
1 --- gd-2.0.23/gd.h.orig 2004-04-21 23:19:49.000000000 +0200
2 +++ gd-2.0.23/gd.h      2004-04-21 23:24:10.433748224 +0200
3 @@ -40,7 +40,7 @@
4  /* 2.0.23: more Type 1 fonts */
5  #ifndef DEFAULT_FONTPATH
6  /* default fontpath for unix systems  - whatever happened to standards ! */
7 -#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type1"
8 +#define DEFAULT_FONTPATH "/usr/share/fonts/TTF:/usr/share/fonts/Type1"
9  #endif
10  #ifndef PATHSEPARATOR
11  #define PATHSEPARATOR ":"
This page took 0.034139 seconds and 3 git commands to generate.