htop-osx: fix build

Closes Homebrew/homebrew#21030.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Clemens Gruber 2013-07-06 01:43:29 +02:00 committed by Adam Vandenberg
parent 2112bf7643
commit 74b1e0f546

View file

@ -14,7 +14,6 @@ class HtopOsx < Formula
# Otherwise htop will segfault when resizing the terminal
ENV.no_optimization if ENV.compiler == :clang
(buildpath/'m4').mkpath # or autogen fails
system "./autogen.sh"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install", "DEFAULT_INCLUDES='-iquote .'"