From ef78951c0a1678f28d386a124d7bae220baa256a Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 28 Dec 2014 13:16:53 -0800 Subject: echoprint-codegen: fix build on 10.10 Fixes #35299. Closes #35320. Signed-off-by: Misty De Meo --- Library/Formula/echoprint-codegen.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/echoprint-codegen.rb b/Library/Formula/echoprint-codegen.rb index ddfd507ec..0043b8892 100644 --- a/Library/Formula/echoprint-codegen.rb +++ b/Library/Formula/echoprint-codegen.rb @@ -18,6 +18,12 @@ class EchoprintCodegen < Formula depends_on 'taglib' depends_on 'boost' + # Removes unnecessary -framework vecLib; can be removed in the next release + patch do + url "https://github.com/echonest/echoprint-codegen/commit/5ac72c40ae920f507f3f4da8b8875533bccf5e02.diff" + sha1 "d8c2cb81abb5a406795353dbe10e50a2b34986e2" + end + def install system "make", "-C", "src", "install", "PREFIX=#{prefix}" end -- cgit v1.2.3