diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
tree | 69a9d126a579863abbcf09241bf825754e93e04e /package/libXft/patches/patch-src_xftglyphs_c | |
parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXft/patches/patch-src_xftglyphs_c')
-rw-r--r-- | package/libXft/patches/patch-src_xftglyphs_c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libXft/patches/patch-src_xftglyphs_c b/package/libXft/patches/patch-src_xftglyphs_c new file mode 100644 index 000000000..54457857f --- /dev/null +++ b/package/libXft/patches/patch-src_xftglyphs_c @@ -0,0 +1,16 @@ +--- libXft-2.3.1.orig/src/xftglyphs.c 2012-06-02 18:36:35.000000000 +0200 ++++ libXft-2.3.1/src/xftglyphs.c 2013-12-07 12:17:23.000000000 +0100 +@@ -21,10 +21,10 @@ + */ + + #include "xftint.h" +-#include <freetype/ftoutln.h> +-#include <freetype/ftlcdfil.h> ++#include <ftoutln.h> ++#include <ftlcdfil.h> + +-#include <freetype/ftsynth.h> ++#include <ftsynth.h> + + /* + * Validate the memory info for a font |