diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-12 17:30:40 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:11 -0400 |
commit | a0ef5ad513310cfd50ee8a0a498736973adcc6c5 (patch) | |
tree | 88d07a964a72a2f5bb19d98750efd1375ecf4da0 /x11-libs/libXft | |
parent | net-misc/networkmanager-openvpn: remove unused patch(es) (diff) | |
download | gentoo-a0ef5ad513310cfd50ee8a0a498736973adcc6c5.tar.gz gentoo-a0ef5ad513310cfd50ee8a0a498736973adcc6c5.tar.bz2 gentoo-a0ef5ad513310cfd50ee8a0a498736973adcc6c5.zip |
x11-libs/libXft: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/8370
Diffstat (limited to 'x11-libs/libXft')
-rw-r--r-- | x11-libs/libXft/files/libXft-2.3.1-compile_fix.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-libs/libXft/files/libXft-2.3.1-compile_fix.patch b/x11-libs/libXft/files/libXft-2.3.1-compile_fix.patch deleted file mode 100644 index 4fc944aa2195..000000000000 --- a/x11-libs/libXft/files/libXft-2.3.1-compile_fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- src/xftglyphs.c.orig 2012-06-02 11:36:35.000000000 -0500 -+++ src/xftglyphs.c 2013-11-28 01:39:49.000000000 -0600 -@@ -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 |