diff options
Diffstat (limited to 'x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h')
-rw-r--r-- | x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h b/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h new file mode 100644 index 000000000000..054cce89e83c --- /dev/null +++ b/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h @@ -0,0 +1,12 @@ +--- src/gdiplus-private.h.orig 2013-12-17 00:22:34.000000000 +0100 ++++ src/gdiplus-private.h 2013-12-17 00:23:00.000000000 +0100 +@@ -30,7 +30,8 @@ + #include <stdio.h> + #include <math.h> + #include <glib.h> +-#include <freetype/tttables.h> ++#include <ft2build.h> ++#include FT_TRUETYPE_TABLES_H + #include <pthread.h> + #include <unistd.h> + |