Ticket #12623: py25-wxpython_Portfile.patch

File py25-wxpython_Portfile.patch, 422 bytes (added by mdickens@…, 17 years ago)

patch for py25-wxpython Portfile to allow for direct "import wx"

  • Portfile

    old new  
    4646    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
    4747    file copy ${worksrcpath}/samples \
    4848        ${destroot}${prefix}/share/doc/${name}/examples
     49    system "cd ${destroot}${prefix}/lib/python2.5/site-packages && ln -s wx-2.8-mac-unicode/wx . && ln -s wx-2.8-mac-unicode/wxPython ."
    4950}