diff options
| author | Mike McQuaid | 2015-01-15 17:14:54 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-16 08:42:20 +0000 |
| commit | fcb298a8d7e1e87d2238a6a57bb01d9181afe6c7 (patch) | |
| tree | 65bd63df5f735b85ed0cc1f8967f701ecf7fcdc5 /Library | |
| parent | 5a16088b3aa1fcd28543e10a578985a60320b6f5 (diff) | |
| download | homebrew-fcb298a8d7e1e87d2238a6a57bb01d9181afe6c7.tar.bz2 | |
osxfuse: only conflict at build-time.
Feels a bit dirty but it works.
Closes #35073.
Closes #35907.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/osxfuse.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb index ff8a49b9f..4c4c22deb 100644 --- a/Library/Formula/osxfuse.rb +++ b/Library/Formula/osxfuse.rb @@ -14,7 +14,9 @@ class Osxfuse < Formula depends_on :macos => :snow_leopard depends_on :xcode => :build - depends_on ConflictsWithBinaryOsxfuse + # A fairly heinous hack to workaround our dependency resolution getting upset + # See https://github.com/Homebrew/homebrew/issues/35073 + depends_on ConflictsWithBinaryOsxfuse => :build depends_on UnsignedKextRequirement => [ :cask => "osxfuse", :download => "http://sourceforge.net/projects/osxfuse/files/" ] |
