New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18060: Portfile.diff

File Portfile.diff, 440 bytes (added by mcalhoun@…, 3 years ago)
  • Portfile

    old new  
    6666 
    6767destroot.target         frameworkinstall maninstall 
    6868 
     69# ensure that correct compiler is used 
     70build.args-append  MAKE="${build.cmd} CC=${configure.cc}" 
     71destroot.args-append  MAKE="${destroot.cmd} CC=${configure.cc}" 
     72 
    6973platform macosx { 
    7074post-destroot { 
    7175        set framewpath ${frameworks_dir}/Python.framework