openbsd-ports/x11/xfstt/patches/patch-perftest_cpp

13 lines
406 B
Plaintext
Raw Normal View History

$OpenBSD: patch-perftest_cpp,v 1.3 2002/09/30 14:47:24 naddy Exp $
--- perftest.cpp.orig Sat Jan 9 03:11:04 1999
+++ perftest.cpp Mon Sep 30 16:44:57 2002
@@ -1,7 +1,7 @@
// test ttf engine performance
// (C) Copyright 1997-1998 Herbert Duerr
2000-01-25 00:56:48 -05:00
-#define TTFONTDIR "/usr/share/fonts/truetype"
+#define TTFONTDIR "/usr/local/lib/X11/fonts/TrueType"
#define MAXFONTBUFSIZE (2048*2048)
#include "ttf.h"