Ticket #17855: sshfs.diff
File sshfs.diff, 517 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
43 43 44 44 # override patch.pre_args since it defaults to -p0 45 45 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 } 46 52 } 47 53 48 54 pre-fetch {