summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-ac
blob: 79cb90526cfc51ba945405f758463d96feceaa83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.3 2003/02/22 13:33:32 salo Exp $

--- src/perftest.cc.orig	2002-11-14 13:08:09.000000000 +0100
+++ src/perftest.cc	2003-02-22 10:39:47.000000000 +0100
@@ -21,7 +21,7 @@
  *
  */
 
-#define TTFONTDIR	"/usr/share/fonts/truetype"
+#define TTFONTDIR	"@PREFIX@/lib/X11/fonts/TrueType"
 #define MAXFONTBUFSIZE (2048*2048)
 
 #include "ttf.h"