aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-23 04:28:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-23 04:28:59 +0000
commit5800193a297b109e1d6b8db53770c9147eaccfba (patch)
tree3339843523b80a2c536a74153bf1bf1c9a4d9660 /graphics/py-imaging
parent927c1bd82b062460f5cc285aff4807e0ed0bc84d (diff)
downloadports-5800193a297b109e1d6b8db53770c9147eaccfba.tar.gz
ports-5800193a297b109e1d6b8db53770c9147eaccfba.zip
Notes
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/files/patch-_imagingft.c12
1 files changed, 12 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..78da98e402cd
--- /dev/null
+++ b/graphics/py-imaging/files/patch-_imagingft.c
@@ -0,0 +1,12 @@
+--- _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))