diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/htop-osx.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb index 9bd88878e..c77cb587a 100644 --- a/Library/Formula/htop-osx.rb +++ b/Library/Formula/htop-osx.rb @@ -13,6 +13,7 @@ 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 .'" |
