Ticket #18060: Portfile.diff

File Portfile.diff, 440 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 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