Ticket #19906: python25.diff
File python25.diff, 887 bytes (added by blb@…, 15 years ago) |
---|
-
Portfile
5 5 6 6 name python25 7 7 version 2.5.4 8 revision 58 revision 6 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories lang 11 11 platforms darwin … … 112 112 foreach dir { Headers Resources Python Versions/Current } { 113 113 file delete ${destroot}${framewpath}/${dir} 114 114 } 115 116 # Fix incorrectly-pointed libpython2.5.a symlink, see 117 # http://trac.macports.org/ticket/19906 118 set python_staticlink ${destroot}${prefix}/lib/python${branch}/config/libpython${branch}.a 119 file delete ${python_staticlink} 120 ln -s ${framewdir}/Python ${python_staticlink} 115 121 } 116 122 } 117 123