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 ub'>Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/pbltool
AgeCommit message (Expand)AuthorFiles
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-07-01cyrus-sasl: removed static for local decl of a var mentioned in .h asFrans Meulenbroeks1
2006-01-05cyrus-sasl: revert deletion of do_stage() applied in cc38fee3e6ce218e7c6a178c...Rene Wagner1
2006-01-03disapproval of revision 'fbc22e245906dac5ce180f67a0c621f7a2db1a28'John Bowler1
2006-01-03autotooled packages: remove redundant do_stagePhilipp Zabel1
2006-01-03cyrus-sasl: change do_stage to use autotools_stage_all in 2.1.19John Bowler1
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in db-4.3...John Bowler1
2005-09-16cyrus-sasl: Add comment to account in /etc/passwdccsmart1
2005-08-02Do not remove user when removing package.ccsmart1
2005-08-01Make call to saslpasswd2 more conformant to documentation (adding -p).ccsmart1
2005-08-01Initial ready to use changes.ccsmart1
2005-07-11This is an attempt to regularise the dependencies of cyrus-sasl, theJohn Bowler1
2005-07-10Upped rev. to r1.ccsmart1
2005-07-10Update staging dir for plugin libs.ccsmart1
2005-07-10Adding missing plugin libraries to package.ccsmart1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1