This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- Imaging-1.1.7.old/setup.py +++ Imaging-1.1.7/setup.py @@ -33,12 +33,12 @@ # # TIFF_ROOT = libinclude("/opt/tiff") -TCL_ROOT = None -JPEG_ROOT = None -ZLIB_ROOT = None -TIFF_ROOT = None -FREETYPE_ROOT = None -LCMS_ROOT = None +FREETYPE_ROOT = libinclude("__META_PRODTREE__/freetype2") +JPEG_ROOT = libinclude("__META_PRODTREE__/jpeg") +LCMS_ROOT = libinclude("__META_PRODTREE__/lcms") +TCL_ROOT = libinclude("__META_PRODTREE__/tcltk") +TIFF_ROOT = libinclude("__META_PRODTREE__/tiff") +ZLIB_ROOT = libinclude("__META_PRODTREE__/zlib") # FIXME: add mechanism to explicitly *disable* the use of a library