Commit 91dc4b50 authored by Mike Gabriel's avatar Mike Gabriel

Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build process.

parent 237d7487
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 */
......@@ -65,7 +65,6 @@
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
605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full+lite.patch
606_nx-X11_build-on-aarch64.full.patch
607_nxcomp_macosx-X11-launcher-in-private-tmp.full+lite.patch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment