Skip to content

Commit

Permalink
fuse4x/osxfuse conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 17, 2013
1 parent 01369a3 commit d7a6f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/fuse4x.rb
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Formula/osxfuse.rb
Expand Up @@ -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
Expand Down

0 comments on commit d7a6f04

Please sign in to comment.