aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/604_nx-X11_recent-freetype-API.full.patch
blob: e751fb82d15991c9e1b6b6f605a7169bcc0df2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS against libfreetype6 (>= 2.5.0)
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nx-X11/lib/Xft/xftglyphs.c
+++ b/nx-X11/lib/Xft/xftglyphs.c
@@ -23,7 +23,9 @@
  */
 
 #include "xftint.h"
-#include <freetype/ftoutln.h>
+
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 static const int    filters[3][3] = {
     /* red */