freebsd-ports/devel/clanlib/files/patch-Sources_TTF_font_ttf.cpp
Joe Marcus Clarke bf9dea3268 Fix build with freetype2-2.1.7.
Reported by:	bento via kris
2004-03-22 18:47:03 +00:00

12 lines
300 B
C++

--- Sources/TTF/font_ttf.cpp.orig Mon Mar 22 13:45:53 2004
+++ Sources/TTF/font_ttf.cpp Mon Mar 22 13:46:10 2004
@@ -21,7 +21,8 @@
#include <stdlib.h>
#include "Display/Font/font_generic.h"
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "font_ttf.h"