summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/python/python-imaging/path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/python/python-imaging/path.patch')
-rw-r--r--meta-extras/packages/python/python-imaging/path.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-extras/packages/python/python-imaging/path.patch b/meta-extras/packages/python/python-imaging/path.patch
deleted file mode 100644
index 1dc467a56d..0000000000
--- a/meta-extras/packages/python/python-imaging/path.patch
+++ /dev/null
@@ -1,37 +0,0 @@
1Index: Imaging-1.1.5/setup.py
2===================================================================
3--- Imaging-1.1.5.orig/setup.py 2005-03-23 19:16:40.000000000 +0100
4+++ Imaging-1.1.5/setup.py 2006-05-31 14:36:07.000000000 +0200
5@@ -28,12 +28,13 @@
6 #
7 # TIFF_ROOT = libinclude("/opt/tiff")
8
9-FREETYPE_ROOT = None
10-JPEG_ROOT = None
11+FREETYPE_ROOT = os.environ['STAGING_LIBDIR'], os.environ['STAGING_INCDIR']
12+JPEG_ROOT = os.environ['STAGING_LIBDIR']
13 TIFF_ROOT = None
14-ZLIB_ROOT = None
15+ZLIB_ROOT = os.environ['STAGING_LIBDIR']
16 TCL_ROOT = None
17
18+
19 # FIXME: add mechanism to explicitly *disable* the use of a library
20
21 # --------------------------------------------------------------------
22@@ -175,15 +176,6 @@
23 add_directory(include_dirs, include_root)
24
25 #
26- # add standard directories
27-
28- add_directory(library_dirs, "/usr/local/lib")
29- add_directory(include_dirs, "/usr/local/include")
30-
31- add_directory(library_dirs, "/usr/lib")
32- add_directory(include_dirs, "/usr/include")
33-
34- #
35 # insert new dirs *before* default libs, to avoid conflicts
36 # between Python PYD stub libs and real libraries
37