diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/604_nx-X11_recent-freetype-API.full.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/604_nx-X11_recent-freetype-API.full.patch b/debian/patches/604_nx-X11_recent-freetype-API.full.patch new file mode 100644 index 000000000..e751fb82d --- /dev/null +++ b/debian/patches/604_nx-X11_recent-freetype-API.full.patch @@ -0,0 +1,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 */ diff --git a/debian/patches/series b/debian/patches/series index 3526c8422..9e49395ed 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -49,6 +49,7 @@ 601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch 602_nx-X11_initgroups.full.patch 603_nx-X11_compilation_warnings.full.patch +604_nx-X11_recent-freetype-API.full.patch 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch 016_nx-X11_install-location.debian.patch 102_xserver-xext_set-securitypolicy-path.debian.patch |