diff options
Diffstat (limited to 'graphics/py-imaging/files/patch-_imagingft.c')
-rw-r--r-- | graphics/py-imaging/files/patch-_imagingft.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/py-imaging/files/patch-_imagingft.c b/graphics/py-imaging/files/patch-_imagingft.c deleted file mode 100644 index 2587cc004940..000000000000 --- a/graphics/py-imaging/files/patch-_imagingft.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ../_imagingft.c.orig Mon Mar 22 23:27:33 2004 -+++ ../_imagingft.c Mon Mar 22 23:28:03 2004 -@@ -15,7 +15,8 @@ - #include "Python.h" - #include "Imaging.h" - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #if PY_VERSION_HEX < 0x01060000 - #define PyObject_DEL(op) PyMem_DEL((op)) |