openbsd-ports/x11/xfstt/patches/patch-perftest_cpp
naddy 0559a1c577 - C++ fixes for gcc3
- really honor CXX
- regen patches
2002-09-30 14:47:24 +00:00

13 lines
406 B
Plaintext

$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
-#define TTFONTDIR "/usr/share/fonts/truetype"
+#define TTFONTDIR "/usr/local/lib/X11/fonts/TrueType"
#define MAXFONTBUFSIZE (2048*2048)
#include "ttf.h"