summaryrefslogtreecommitdiff
path: root/community/sage-mathematics/fix-pil.patch
blob: a17f26833d94eb3b2ff94d2b44b21f7d744a09ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN pil-1.1.6.orig/_imagingft.c pil-1.1.6/_imagingft.c
--- pil-1.1.6.orig/_imagingft.c	2013-12-23 17:45:39.991183855 +0400
+++ pil-1.1.6/_imagingft.c	2013-12-23 17:49:06.297861197 +0400
@@ -65,7 +65,7 @@
     const char* message;
 } ft_errors[] =
 
-#include <freetype/fterrors.h>
+#include <freetype2/fterrors.h>
 
 /* -------------------------------------------------------------------- */
 /* font objects */