Ticket #15339: rsync-Portfile.diff

File rsync-Portfile.diff, 292 bytes (added by McDutchie (Martijn Dekker), 16 years ago)

Build rsync on Darwin 7 (Mac OS X 10.3 Panther) by disabling acl/xattr support

  • Portfile

    old new  
    3737                doc/rsync.sgml \
    3838                        ${destroot}${prefix}/share/doc/${name}
    3939}
     40
     41platform darwin 7 {
     42        configure.args-append --disable-xattr-support --disable-acl-support
     43}