Disable pdf generation in the `libvorbis` formula.

The pdf generation fails (with a default working MacTeX installation)
while in interactive mode, hanging the `brew install` process.  The HTML
docs are still getting installed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Kühl 2010-03-06 20:14:17 +01:00 committed by Adam Vandenberg
parent 65fe674a7a
commit ee1f12ed97
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ class Libvorbis <Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug",
"--disable-dependency-tracking",
"--enable-docs"
"--disable-dependency-tracking"
system "make install"
end
end