New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16122: Portfile-libprelude.diff

File Portfile-libprelude.diff, 0.5 KB (added by usx303@…, 4 years ago)

Portfile patch

  • Portfile

     
    4040        ${destroot}${prefix}/var/spool/prelude \ 
    4141        ${destroot}${prefix}/etc/prelude/profile 
    4242 
     43post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" } 
     44 
    4345variant python24 conflicts python25 description {python2.4 bindings} { 
    4446        configure.args-delete   --without-python 
    4547        configure.args-append   --with-python=${prefix}/bin/python2.4