diff options
Diffstat (limited to 'graphics/py-imaging/files/patch-_imagingft.c')
-rw-r--r-- | graphics/py-imaging/files/patch-_imagingft.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-imaging/files/patch-_imagingft.c b/graphics/py-imaging/files/patch-_imagingft.c new file mode 100644 index 000000000000..b6895dfc9221 --- /dev/null +++ b/graphics/py-imaging/files/patch-_imagingft.c @@ -0,0 +1,11 @@ +--- _imagingft.c.orig 2013-12-16 01:41:20.000000000 +0100 ++++ _imagingft.c 2013-12-16 01:42:34.000000000 +0100 +@@ -70,7 +70,7 @@ + const char* message; + } ft_errors[] = + +-#include <freetype/fterrors.h> ++#include FT_ERRORS_H + + /* -------------------------------------------------------------------- */ + /* font objects */ |