diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
commit | b1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch) | |
tree | 93506aaee5230ee46b75930c4b3a6b8e0f243d74 /x11-toolkits/libgdiplus | |
parent | 123411e1ee17366ee88efd54b8482949b8e76eb5 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libgdiplus')
-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> + |