From 543620e671f3bedbd5b853c01c647ddc82818336 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 12 Jun 2012 14:18:21 -0700 Subject: 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. --- Library/Formula/fuse4x-kext.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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') -- cgit v1.2.3