Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 37336 for trunk/base/src

Show
Ignore:
Timestamp:
06/03/08 12:06:00 (6 months ago)
Author:
jmr@…
Message:

Python portgroups: fix incorrect python.include paths, and add a new variable
python.libdir (#15226)

Location:
trunk/base/src/port1.0/resources/group
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/resources/group/python24-1.0.tcl

    r26177 r37336  
    3535set python.bin  ${prefix}/bin/python2.4 
    3636set python.lib  ${prefix}/lib/libpython2.4.dylib 
     37set python.libdir ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4 
    3738set python.pkgd ${prefix}/lib/python2.4/site-packages 
    38 set python.include      ${prefix}/include/python/2.4 
     39set python.include      ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 
    3940 
    4041categories              python 
  • trunk/base/src/port1.0/resources/group/python25-1.0.tcl

    r31442 r37336  
    3535set python.bin  ${prefix}/bin/python2.5 
    3636set python.lib  ${prefix}/lib/libpython2.5.dylib 
     37set python.libdir ${prefix}/lib/python2.5 
    3738set python.pkgd ${prefix}/lib/python2.5/site-packages 
    38 set python.include      ${prefix}/include/python/2.5 
     39set python.include      ${prefix}/include/python2.5 
    3940 
    4041categories              python 
  • trunk/base/src/port1.0/resources/group/python30-1.0.tcl

    r34761 r37336  
    3737set python.bin  ${prefix}/bin/python3.0 
    3838set python.lib  ${prefix}/lib/libpython3.0.dylib 
     39set python.libdir ${prefix}/lib/python3.0 
    3940set python.pkgd ${prefix}/lib/python3.0/site-packages 
    40 set python.include      ${prefix}/include/python/3.0 
     41set python.include      ${prefix}/include/python3.0 
    4142 
    4243categories              python