diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/echoprint-codegen.rb | 6 |
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 |
