aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/604_nx-X11_recent-freetype-API.full.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-02 15:29:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-03 05:09:28 +0100
commit2f1a0ad60dbce19596c860e176b77541add0a8e7 (patch)
tree5341c0e2c2cef1e6d24441d1d826ebd3a5ef4c09 /debian/patches/604_nx-X11_recent-freetype-API.full.patch
parent98c5283b2eaa6d93346b11595be7486769ced6b4 (diff)
downloadnx-libs-2f1a0ad60dbce19596c860e176b77541add0a8e7.tar.gz
nx-libs-2f1a0ad60dbce19596c860e176b77541add0a8e7.tar.bz2
nx-libs-2f1a0ad60dbce19596c860e176b77541add0a8e7.zip
Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build process.
Diffstat (limited to 'debian/patches/604_nx-X11_recent-freetype-API.full.patch')
-rw-r--r--debian/patches/604_nx-X11_recent-freetype-API.full.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index e751fb82d..000000000
--- a/debian/patches/604_nx-X11_recent-freetype-API.full.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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 */