]> git.pld-linux.org Git - packages/gd.git/blob - gd-fontpath.patch
54a88a9f08e83289fbd15fc302bc9963a9883bf2
[packages/gd.git] / gd-fontpath.patch
1 --- gd-2.0.9/gd.h.orig  Wed Dec 11 17:37:14 2002
2 +++ gd-2.0.9/gd.h       Fri Jan 10 21:03:16 2003
3 @@ -7,7 +7,7 @@
4  #endif
5  
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  #define PATHSEPARATOR ":"
10  
11  /* gd.h: declarations file for the graphic-draw module.
This page took 0.05582 seconds and 2 git commands to generate.