[Lunar-commits] <moonbase> pil: fix for python 2.6

Zachary McGrew zmcgrew at lunar-linux.org
Tue Nov 18 20:05:40 CET 2008


commit dfa7cee0689bd988985352d4d892b4cf967db745
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Nov 18 11:05:40 2008 -0800

    pil: fix for python 2.6
---
 graphics/pil/BUILD |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/pil/BUILD b/graphics/pil/BUILD
index 5fbc97e..0fa221e 100644
--- a/graphics/pil/BUILD
+++ b/graphics/pil/BUILD
@@ -2,10 +2,10 @@
 
   sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py &&
   sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py &&
-  python setup.py build_ext         &&
-  prepare_install                    &&
+  python setup.py build_ext -i      &&
+  prepare_install                   &&
   cd libImaging                     &&
-  cp ImPlatform.h Imaging.h /usr/include/python2.5  &&
+  cp ImPlatform.h Imaging.h /usr/include/python2.6  &&
   cd ..                             &&
   python setup.py install           &&
   mkdir -p $DOCUMENT_DIRECTORY/pil  &&


More information about the Lunar-commits mailing list