aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/echoprint-codegen.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-12-28 13:16:53 -0800
committerMisty De Meo2014-12-28 13:47:01 -0800
commitef78951c0a1678f28d386a124d7bae220baa256a (patch)
tree2c4028e5278b82ae73aaa6cdcd3d617f9e650452 /Library/Formula/echoprint-codegen.rb
parent226b1bd785c4ab9c788971358f3bba94e132e12c (diff)
downloadhomebrew-ef78951c0a1678f28d386a124d7bae220baa256a.tar.bz2
echoprint-codegen: fix build on 10.10
Fixes #35299. Closes #35320. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/echoprint-codegen.rb')
-rw-r--r--Library/Formula/echoprint-codegen.rb6
1 files changed, 6 insertions, 0 deletions
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