aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 16:59:40 -0500
committerJack Nagel2014-03-19 17:01:12 -0500
commit37e0e88c705aba9e120c894a2babf805b3a1684f (patch)
tree48f66c205baafb5022d74d7f1bf69a22b925e572 /Library
parentd5efc405325d906889a222d6cd270884e0666512 (diff)
downloadhomebrew-37e0e88c705aba9e120c894a2babf805b3a1684f.tar.bz2
theora: disable examples
Fixes #27558.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/theora.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/theora.rb b/Library/Formula/theora.rb
index 31faf9327..10af04781 100644
--- a/Library/Formula/theora.rb
+++ b/Library/Formula/theora.rb
@@ -13,7 +13,8 @@ class Theora < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-oggtest",
- "--disable-vorbistest"
+ "--disable-vorbistest",
+ "--disable-examples"
system "make install"
end
end