summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-ac
blob: 8e14b19fa5d4644dd8734b1ef67186427d8039b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2002/09/27 17:03:21 grant Exp $

--- perftest.cpp.orig	Sat Jan  9 13:11:04 1999
+++ perftest.cpp
@@ -1,7 +1,7 @@
 // test ttf engine performance
 // (C) Copyright 1997-1998 Herbert Duerr
 
-#define TTFONTDIR	"/usr/share/fonts/truetype"
+#define TTFONTDIR	"@PREFIX@/lib/X11/fonts/TrueType"
 #define MAXFONTBUFSIZE (2048*2048)
 
 #include "ttf.h"