diff options
| author | Adam Vandenberg | 2013-01-07 11:39:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-07 11:48:28 -0800 |
| commit | 9d915ede97b7c7c6073fe98f5eab86ccdee9dd1f (patch) | |
| tree | 942f6d60a142c5a8d0fdd39f0ac7f59d6f08a159 /Library/Formula/opusfile.rb | |
| parent | 83a939d1e6407f9cb50a43a5482d134a007044be (diff) | |
| download | homebrew-9d915ede97b7c7c6073fe98f5eab86ccdee9dd1f.tar.bz2 | |
opusfile: fix audit
Diffstat (limited to 'Library/Formula/opusfile.rb')
| -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", |
