New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21444: Portfile.diff

File Portfile.diff, 458 bytes (added by stromnov@…, 2 years ago)
  • devel/boost/Portfile

    diff -r 4cb3b5277bca devel/boost/Portfile
    a b  
    113113            build.args-delete   --without-python 
    114114 
    115115            post-configure { 
    116                 write_jam "using python : : ${prefix}/bin/python${v} ;" 
     116                write_jam "using python : : ${prefix}/bin/python${v} : : ${prefix}/lib ;" 
    117117            } 
    118118        } 
    119119    }]