opnsense-ports/games/brutalchess/files/patch-src_fontloader.h
Franco Fichtner 9c8054db2e */*: sync with upstream
Taken from: FreeBSD
2023-05-23 09:44:42 +02:00

17 lines
408 B
C++

--- src/fontloader.h.orig 2006-12-19 04:00:01 UTC
+++ src/fontloader.h
@@ -12,11 +12,9 @@
//FreeType Headers
#include <ft2build.h>
#include FT_FREETYPE_H
-
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include FT_GLYPH_H
+#include FT_OUTLINE_H
+#include FT_TRIGONOMETRY_H
// Other Headers we'll need.
#include <vector>