about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/patches/cl-freetype2-fix-grovel-includes.patch
blob: ab8d58c173d5a1305c558860f2a48bae6c2d8c4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/src/ffi/grovel/grovel-freetype.h
+++ b/src/ffi/grovel/grovel-freetype.h
@@ -2,7 +2,7 @@
 #include <ft2build.h>
 #include FT_FREETYPE_H

-#include <ftsystem.h>
-#include <fttypes.h>
-#include <ftlist.h>
-#include <ftimage.h>
+#include <freetype/ftsystem.h>
+#include <freetype/fttypes.h>
+#include <freetype/ftlist.h>
+#include <freetype/ftimage.h>

Diff finished.  Mon Nov 14 22:41:57 2022