htop-osx: fix build
Closes Homebrew/homebrew#21030. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2112bf7643
commit
74b1e0f546
1 changed files with 0 additions and 1 deletions
|
@ -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 .'"
|
||||
|
|
Loading…
Reference in a new issue