From e3530a7657cd4b9e171885db90de2f3650c5304f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 12 Oct 2014 14:31:28 -0500 Subject: bup: fix 10.10 build --- Library/Formula/bup.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3