openbsd-ports/textproc/xpdf/patches/patch-splash_SplashFTFont_h

14 lines
361 B
Plaintext

$OpenBSD: patch-splash_SplashFTFont_h,v 1.1 2004/11/06 18:19:53 naddy Exp $
--- splash/SplashFTFont.h.orig Sat Nov 6 18:11:08 2004
+++ splash/SplashFTFont.h Sat Nov 6 18:11:30 2004
@@ -15,7 +15,8 @@
#pragma interface
#endif
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "SplashFont.h"
class SplashFTFontFile;