]> git.pld-linux.org Git - packages/gd.git/blob - gd-fontpath.patch
- updated to 2.0.17
[packages/gd.git] / gd-fontpath.patch
1 --- gd-2.0.12/gd.h.wiget        Tue Apr 15 11:48:57 2003
2 +++ gd-2.0.12/gd.h      Tue Apr 15 11:49:52 2003
3 @@ -9,7 +9,7 @@
4  /* some might want to set DEFAULT_FONTPATH from configure in config.h */
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"
8 +#define DEFAULT_FONTPATH "/usr/share/fonts/TTF:/usr/share/fonts/Type1"
9  #endif
10  #ifndef PATHSEPARATOR
11  #define PATHSEPARATOR ":"
This page took 1.208318 seconds and 3 git commands to generate.