diff options
author | salo <salo@pkgsrc.org> | 2004-01-02 13:06:39 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-01-02 13:06:39 +0000 |
commit | 54c263402f6cffb90868e813501bab7ec44898b3 (patch) | |
tree | a905cd4f47f5a9acd41339372de89e3bf608eabf /x11 | |
parent | bbbfd5c266d685331c9b3258351f4a22fb27500f (diff) | |
download | pkgsrc-54c263402f6cffb90868e813501bab7ec44898b3.tar.gz |
Oops. Forgot in previous commit.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfstt/patches/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/xfstt/patches/patch-ad b/x11/xfstt/patches/patch-ad deleted file mode 100644 index db22e8b150c..00000000000 --- a/x11/xfstt/patches/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2003/02/22 13:33:32 salo Exp $ - ---- src/xfstt.cc.orig 2002-11-14 13:08:08.000000000 +0100 -+++ src/xfstt.cc 2003-02-22 10:41:41.000000000 +0100 -@@ -31,8 +31,8 @@ - #define UNSTRAPLIMIT 10500U - - // Change these if you don't like being FHS complient --#define TTFONTDIR "/usr/share/fonts/truetype" --#define TTCACHEDIR "/var/cache/xfstt" -+#define TTFONTDIR "@PREFIX@/lib/X11/fonts/TrueType" -+#define TTCACHEDIR "@PREFIX@/lib/X11/fonts/TrueType" - - #define TTINFO_LEAF "ttinfo.dir" - #define TTNAME_LEAF "ttname.dir" |