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

14 lines
377 B
Plaintext

$OpenBSD: patch-splash_SplashFTFontFile_h,v 1.1 2004/11/06 18:19:53 naddy Exp $
--- splash/SplashFTFontFile.h.orig Sat Nov 6 18:11:50 2004
+++ splash/SplashFTFontFile.h Sat Nov 6 18:12:43 2004
@@ -15,7 +15,8 @@
#pragma interface
#endif
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "SplashFontFile.h"
class SplashFontFileID;