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 Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-4.3.3.inc
AgeCommit message (Expand)AuthorFiles
2009-12-20gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.Khem Raj1
2009-11-27gcc-4.3.3.inc : replace objc patch with undamaged one from gcc-patchesGraeme Gregory1
2009-11-24gcc 4.3.3: ...and bump PRKoen Kooi1
2009-11-23gcc 4.3.4: add objective-c patch for eabi and add a package for libobjcKoen Kooi1
2009-09-30gcc: update Maverick Crunch support to 20090908 versionMarcin Juszkiewicz1
2009-08-20gcc: fix libstdc/libgcc packaging on x86_64Michael Smith1
2009-06-25gcc: get rid of fix-ICE-in-arm_unwind_emit_set.diffDirk Opfer1
2009-06-02gcc 4.3.3: add ep93xx patches from Martin W. GuyMarcin Juszkiewicz1
2009-05-20gcc 4.3.2, 4.3.3, 4.4.0: attempt to fix zecke-no-host-includes.patchKoen Kooi1
2009-05-13gcc*4.3.3: Switch to INC_PR, start at r3Tom Rini1
2009-05-13gcc 4.3.3: fix regression from 4.3.1 that caused fortran to get disabled for ...Koen Kooi1
2009-05-06gcc: For 4.2.2 and newer, set LICENSE = GPLv3Tom Rini1
2009-04-30gcc-4.3.x: Really honor LDFLAGS, bump PR.Tom Rini1
2009-04-02gcc: Fix 4.1.[012], 4.2.[1234] and 4.3.[123] SRC_URI to use ${GNU_MIRROR} and...Tom Rini1
2009-03-30gcc 4.3.x: disable thumb mode for now, glibc builds don't like itKoen Kooi1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1