diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/opusfile.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/opusfile.rb b/Library/Formula/opusfile.rb index c2ba36fc6..5ac0af4f3 100644 --- a/Library/Formula/opusfile.rb +++ b/Library/Formula/opusfile.rb @@ -11,10 +11,6 @@ class Opusfile < Formula depends_on 'opus' depends_on 'libogg' - # A naive build works against Apple openssl, but brew gets - # unresolved symbol warnings. I couldn't figure out why. - # depends_on 'openssl' - def install system "./autogen.sh" if build.head? system "./configure", "--disable-dependency-tracking", |
