diff options
| author | Adam Vandenberg | 2013-11-16 20:24:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 20:24:06 -0800 |
| commit | 64ddd21837d078b621e9781a369dc1ecb8fd514f (patch) | |
| tree | af62f3ec9c6682ff2fdc8e8716bb8d03a3968d9d /Library/Formula | |
| parent | ea5123acbd917e148af1da2c1f3ccbe3f0f8219f (diff) | |
| download | homebrew-64ddd21837d078b621e9781a369dc1ecb8fd514f.tar.bz2 | |
fuse4x/osxfuse conflict
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fuse4x.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/osxfuse.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index f5808c51a..2ac887ed3 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -13,6 +13,8 @@ class Fuse4x < Formula depends_on 'gettext' depends_on 'fuse4x-kext' + conflicts_with 'osxfuse', :because => 'both install `fuse.pc`' + def install # Build universal if the hardware can handle it---otherwise 32 bit only MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32 diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb index dd5c9d7d9..fb8e86d3d 100644 --- a/Library/Formula/osxfuse.rb +++ b/Library/Formula/osxfuse.rb @@ -19,6 +19,8 @@ class Osxfuse < Formula depends_on 'gettext' => :build depends_on 'libtool' => :build + conflicts_with 'fuse4x', :because => 'both install `fuse.pc`' + def install # Do not override Xcode build settings ENV.remove_cc_etc |
