]> git.pld-linux.org Git - packages/gd.git/blob - gd-fontpath.patch
up to 2.1-rc1
[packages/gd.git] / gd-fontpath.patch
1 --- libgd-2.1.0-rc1/src/gdft.c~ 2013-05-20 22:10:28.000000000 +0300
2 +++ libgd-2.1.0-rc1/src/gdft.c  2013-05-25 12:47:12.371315588 +0300
3 @@ -74,7 +74,7 @@
4  #    define DEFAULT_FONTPATH "/usr/share/fonts/truetype:/System/Library/Fonts:/Library/Fonts"
5  #  else
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  #endif
11  
This page took 0.159762 seconds and 3 git commands to generate.