diff options
Diffstat (limited to 'Library/Formula/bup.rb')
| -rw-r--r-- | Library/Formula/bup.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb index 2ad85e289..b988ea426 100644 --- a/Library/Formula/bup.rb +++ b/Library/Formula/bup.rb @@ -8,6 +8,13 @@ class Bup < Formula option "run-tests", "Run unit tests after compilation" + # Fix compilation on 10.10 + # https://github.com/bup/bup/commit/75d089e7cdb7a7eb4d69c352f56dad5ad3aa1f97 + patch do + url "https://github.com/bup/bup/commit/75d089e7cdb7a7eb4d69c352f56dad5ad3aa1f97.diff" + sha1 "a97d4292a7398d0bca2eb2ea0a99fb40a049c178" + end + def install system "make" system "make test" if build.include? "run-tests" |
