summaryrefslogtreecommitdiff
path: root/community/sage-mathematics/fix-pil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/sage-mathematics/fix-pil.patch')
-rw-r--r--community/sage-mathematics/fix-pil.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/sage-mathematics/fix-pil.patch b/community/sage-mathematics/fix-pil.patch
deleted file mode 100644
index a17f26833..000000000
--- a/community/sage-mathematics/fix-pil.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 */