summaryrefslogtreecommitdiff
path: root/packages/python/python-imaging/path.patch
blob: 1dc467a56d55222a23ce6925e554fdbbf4790930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Index: Imaging-1.1.5/setup.py
===================================================================
--- Imaging-1.1.5.orig/setup.py	2005-03-23 19:16:40.000000000 +0100
+++ Imaging-1.1.5/setup.py	2006-05-31 14:36:07.000000000 +0200
@@ -28,12 +28,13 @@
 #
 # TIFF_ROOT = libinclude("/opt/tiff")
 
-FREETYPE_ROOT = None
-JPEG_ROOT = None
+FREETYPE_ROOT = os.environ['STAGING_LIBDIR'], os.environ['STAGING_INCDIR']
+JPEG_ROOT = os.environ['STAGING_LIBDIR']
 TIFF_ROOT = None
-ZLIB_ROOT = None
+ZLIB_ROOT = os.environ['STAGING_LIBDIR']
 TCL_ROOT = None
 
+
 # FIXME: add mechanism to explicitly *disable* the use of a library
 
 # --------------------------------------------------------------------
@@ -175,15 +176,6 @@
             add_directory(include_dirs, include_root)
 
         #
-        # add standard directories
-
-        add_directory(library_dirs, "/usr/local/lib")
-        add_directory(include_dirs, "/usr/local/include")
-
-        add_directory(library_dirs, "/usr/lib")
-        add_directory(include_dirs, "/usr/include")
-
-        #
         # insert new dirs *before* default libs, to avoid conflicts
         # between Python PYD stub libs and real libraries
 
7:49 +0200'>2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe4 2008-08-31ohm: sync with pokyKoen Kooi3 2008-07-02hal: create volatiles *after* creating the haldaemon userJeremy Laine3 2008-06-20libusb: add libusb1, a rewrite of libusb 0.1.xKoen Kooi3 2008-06-02hal: revert PIDFILE hunkKoen Kooi4 2008-06-02hal: sync with pokyKoen Kooi9 2008-05-09hal-info_20080313.bb : new version from OM mtnGraeme Gregory1 2008-04-30hal 0.5.9 fix wrong PID file blocking /etc/init.d/dbus restartMichael Lauer2 2008-01-08hal_0.5.9: improve staging.Junqian Gordon Xu1 2008-01-06hal_0.5.9: add LEAD_SONAME (QA)Junqian Gordon Xu1 2007-12-19hal_0.5.9: fix bugzilla #3398 - missing explicit intltool-native dependencyRobert Schuster1 2007-10-08ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.Stefan Schmidt1 2007-10-06hal: enable pci when availableKoen Kooi1 2007-09-23hal-info: add snapshot since the git one requires an unreleased hal :(Koen Kooi2 2007-08-13ohm: fix depends and packagingKoen Kooi1 2007-08-13ohm: add from pokyKoen Kooi1 2007-08-04Hal: merge improvements from poky, remove stale versionsKoen Kooi8 2007-05-23hal: unifyRolf Leggewie7 2007-04-05hal: install /var/cache/haldKoen Kooi2 2007-04-03hal-info: this isn't architecture specificKoen Kooi1 2007-04-03hal: add 0.5.9 and hal-info_git from pokyKoen Kooi2 2007-02-12divers: fix minor spacing errors, sanitizeRolf Leggewie1 2007-01-20hal: add udev to DEPENDS as well to get libvolume_id in stagingKoen Kooi1 2007-01-20hal: add intltoon to DEPENDSKoen Kooi1 2007-01-20hal: merge in HAL bits from PokyKoen Kooi2 2006-11-28hal 0.5.8.1: surpress dependencie on hal-infoKoen Kooi1 2006-11-28hal: add 0.5.8.1Koen Kooi1 2006-11-28hal 0.5.7: disable hal-device-manager till someone adds python-pygnomeKoen Kooi1 2006-11-09hal_0.5.7.bb : fix for dbus 1.0 API changesGraeme Gregory3 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4 2006-08-09lots of files: fix my mailaddressKoen Kooi1