New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17855: sshfs.diff

File sshfs.diff, 0.5 KB (added by ryandesign@…, 3 years ago)
  • Portfile

     
    4343     
    4444    # override patch.pre_args since it defaults to -p0 
    4545    patch.pre_args -p1 
     46     
     47    # I would do this by adding a patchfile but I am at a total loss 
     48    # to understand the purpose of the patch_checksum proc. -Ryan 
     49    post-patch { 
     50        reinplace {s|"fuse_darwin.h"|<fuse/fuse_darwin.h>|} ${worksrcpath}/sshfs.c 
     51    } 
    4652} 
    4753 
    4854pre-fetch {