diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:26:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:26:51 +0000 |
commit | ffdaa2330b2144a866c73b6bc02ad3358e606f56 (patch) | |
tree | 2a32bc7db20c2b57a3fb50691bf6c615645b94b6 /x11-servers/Xfstt/files/patch-ab | |
parent | Use file locking similar to vi. (diff) |
Update to version 1.0.
PR: 15315
Submitted by: R.I.Pienaar <rip@pinetec.co.za>
Diffstat (limited to '')
-rw-r--r-- | x11-servers/Xfstt/files/patch-ab | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/x11-servers/Xfstt/files/patch-ab b/x11-servers/Xfstt/files/patch-ab index 59088553138a..fc6fe3b284b0 100644 --- a/x11-servers/Xfstt/files/patch-ab +++ b/x11-servers/Xfstt/files/patch-ab @@ -1,19 +1,13 @@ ---- xfstt.cpp.orig Sun Oct 25 11:21:12 1998 -+++ xfstt.cpp Wed Dec 23 19:29:11 1998 -@@ -8,7 +8,7 @@ - // if you are sure your X11 server doesn't request more - // than it can handle, increase the limit up to 65535 +--- xfstt.cpp.orig Fri Nov 5 00:49:57 1999 ++++ xfstt.cpp Mon Dec 6 17:01:54 1999 +@@ -11,8 +11,8 @@ #define UNSTRAPLIMIT 10500U --#define TTFONTDIR "/usr/ttfonts" -+#define TTFONTDIR "/usr/X11R6/lib/X11/fonts/TrueType" - #define MAXOPENFONTS 256 - #define MAXREPLYSIZE (1<<22) -@@ -22,6 +22,7 @@ - #include "ttfn.h" - #include "encoding.h" + // Change these if you don't lie being FHS complient +-#define TTFONTDIR "/usr/share/fonts/truetype" +-#define TTCACHEDIR "/var/cache/xfstt" ++#define TTFONTDIR "/usr/X11R6/lib/X11/fonts/TrueType" ++#define TTCACHEDIR "/usr/X11R6/lib/X11/fonts/TrueType" -+#include <sys/types.h> - #include <dirent.h> - #include <string.h> - #include <ctype.h> + #define TTINFO_LEAF "ttinfo.dir" + #define TTNAME_LEAF "ttname.dir" |