aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opusfile.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-07 11:39:11 -0800
committerAdam Vandenberg2013-01-07 11:48:28 -0800
commit9d915ede97b7c7c6073fe98f5eab86ccdee9dd1f (patch)
tree942f6d60a142c5a8d0fdd39f0ac7f59d6f08a159 /Library/Formula/opusfile.rb
parent83a939d1e6407f9cb50a43a5482d134a007044be (diff)
downloadhomebrew-9d915ede97b7c7c6073fe98f5eab86ccdee9dd1f.tar.bz2
opusfile: fix audit
Diffstat (limited to 'Library/Formula/opusfile.rb')
-rw-r--r--Library/Formula/opusfile.rb4
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",