Ticket #25557: python24-1.0.tcl.diff
File python24-1.0.tcl.diff, 1.1 KB (added by jmroot (Joshua Root), 14 years ago) |
---|
-
_resources/port1.0/group/python24-1.0.tcl
35 35 set python.branch 2.4 36 36 set python.bin ${prefix}/bin/python${python.branch} 37 37 set python.lib ${prefix}/lib/libpython${python.branch}.dylib 38 set python.libdir ${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch}39 38 set python.pkgd ${prefix}/lib/python${python.branch}/site-packages 39 set python.libdir ${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch} 40 40 set python.include ${frameworks_dir}/Python.framework/Versions/${python.branch}/include/python${python.branch} 41 if {![file isdirectory ${frameworks_dir}/Python.framework/Versions/${python.branch}] 42 && ([file isdirectory ${prefix}/lib/python${python.branch}] || [string match *64* $build_arch])} { 43 set python.libdir ${prefix}/lib/python${python.branch} 44 set python.include ${prefix}/include/python${python.branch} 45 } 41 46 42 47 categories python 43 48