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

12 lines
339 B
Plaintext
Raw Normal View History

--- perftest.cpp.orig Sat Jan 9 02:11:04 1999
+++ perftest.cpp Thu Jan 18 15:33:46 2001
@@ -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"