From 1ae624a9d925f2784dacbfbc8dd52911a7661e23 Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Thu, 31 Jul 2014 17:07:35 +0900
Subject: [PATCH] pil-python: Fix FTBFS due to freetype includes not being
 found.

---
 component/pil-python/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component/pil-python/buildout.cfg b/component/pil-python/buildout.cfg
index 95cca15b6..bb9b1261b 100644
--- a/component/pil-python/buildout.cfg
+++ b/component/pil-python/buildout.cfg
@@ -11,7 +11,7 @@ parts =
 recipe = zc.recipe.egg:custom
 egg = PIL
 include-dirs =
-  ${freetype:location}/include
+  ${freetype:location}/include/freetype2
   ${libjpeg:location}/include
   ${zlib:location}/include
 library-dirs =
-- 
2.30.9