diff options
| author | Jack Nagel | 2014-03-19 16:59:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 17:01:12 -0500 |
| commit | 37e0e88c705aba9e120c894a2babf805b3a1684f (patch) | |
| tree | 48f66c205baafb5022d74d7f1bf69a22b925e572 /Library | |
| parent | d5efc405325d906889a222d6cd270884e0666512 (diff) | |
| download | homebrew-37e0e88c705aba9e120c894a2babf805b3a1684f.tar.bz2 | |
theora: disable examples
Fixes #27558.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/theora.rb | 3 |
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 |
