build fix for new freetype; ok alek@

This commit is contained in:
naddy 2004-11-07 14:34:42 +00:00
parent 3ebd9b8097
commit 42ce301287

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-_imagingft_c,v 1.1 2004/11/07 14:34:42 naddy Exp $
--- _imagingft.c.orig Sun Nov 7 12:59:41 2004
+++ _imagingft.c Sun Nov 7 13:00:17 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))