Ticket #36295: Portfile.2.diff

File Portfile.2.diff, 603 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Extra patch file to do just the extra file copy for Mountain Lion. This is in addition to the original Portfile patch which has already been applied to the svn tree.

  • Portfile

    old new  
    169169        destroot.dir ${worksrcpath}/${subdir}
    170170        command_exec destroot
    171171    }
     172    # 6.1.4 does not have a mountainlion file
     173    copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
    172174    # Files required to build CosEvent classes but not installed
    173175    copy ${worksrcpath}/TAO/orbsvcs/orbsvcs/ESF ${destroot}/${prefix}/include/orbsvcs/ESF
    174176}