]> git.pld-linux.org Git - packages/gd.git/blame_incremental - gd-fontpath.patch
- release 6 (libavif 0.11.x)
[packages/gd.git] / gd-fontpath.patch
... / ...
CommitLineData
1--- libgd-2.1.0/src/gdft.c.orig 2013-06-25 11:58:23.000000000 +0200
2+++ libgd-2.1.0/src/gdft.c 2013-07-03 21:32:22.648759053 +0200
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.099193 seconds and 5 git commands to generate.