diff options
| author | Charlie Sharpsteen | 2012-06-12 14:18:21 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-06-14 11:34:49 -0700 |
| commit | 543620e671f3bedbd5b853c01c647ddc82818336 (patch) | |
| tree | 555329ca6bd3bfd410e1397e26fa8c4097cc6da6 /Library | |
| parent | c2a04d3b18daa497cd0d6f25163ea118a151f8b3 (diff) | |
| download | homebrew-543620e671f3bedbd5b853c01c647ddc82818336.tar.bz2 | |
fuse4x-kext: Add bottle for Lion
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.
Fixes #10960.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fuse4x-kext.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index 52be6e23a..4390f0ee7 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -10,6 +10,13 @@ class Fuse4xKext < Formula md5 'd9139a55157427a3f9985a8e1f79e23b' version "0.9.1" + bottle do + # Bottle provided for Lion since the Command Line Tools cannot compile + # things that use `xcodebuild`. Actual compilation takes ~10 seconds so + # there is no need to bottle this for earlier systems. + sha1 '2bc7b00c52823ea7efd8e09fb340f1701801baca' => :lion + end + def install ENV.delete('CC') ENV.delete('CXX') |
