Directions for installing the fuse4x kernel extension rely on the `-X` option
which is only available from BSD `cp` and is absent in GNU `cp`.
FixesHomebrew/homebrew#15364.
Many Lion users only install the XCode command line tools which means they
cannot build the fuse4x kernel extension as it uses `xcodebuild`.
This formula is not bottled for Snow Leopard as the build and download times
are too trivial to justify the effort.
FixesHomebrew/homebrew#10960.
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1.
This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e.
ClosesHomebrew/homebrew#11888.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Build `i386` for Leopard and a fat binary for everything else. Failing to be
explicit can cause `xcodebuild` to attempt building for more architectures than
it really should.
FixesHomebrew/homebrew#7619.
This formula provides the kernel extension required to run FUSE-based
filesystems using fuse4x.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>