diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:44 +0100 |
commit | a60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch) | |
tree | 6256c2f07571ae20f424c39b247752b5e32ea226 /package/libXft/patches | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/libXft/patches')
-rw-r--r-- | package/libXft/patches/patch-src_xftglyphs_c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/libXft/patches/patch-src_xftglyphs_c b/package/libXft/patches/patch-src_xftglyphs_c deleted file mode 100644 index c8da32ca4..000000000 --- a/package/libXft/patches/patch-src_xftglyphs_c +++ /dev/null @@ -1,17 +0,0 @@ ---- libXft-2.3.1.orig/src/xftglyphs.c 2012-06-02 18:36:35.000000000 +0200 -+++ libXft-2.3.1/src/xftglyphs.c 2014-01-02 14:41:02.000000000 +0100 -@@ -21,10 +21,10 @@ - */ - - #include "xftint.h" --#include <freetype/ftoutln.h> --#include <freetype/ftlcdfil.h> -- --#include <freetype/ftsynth.h> -+#include <ft2build.h> -+#include FT_OUTLINE_H -+#include FT_LCD_FILTER_H -+#include FT_SYNTHESIS_H - - /* - * Validate the memory info for a font |