diff options
| author | Max Howell | 2012-09-22 00:35:31 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-22 00:35:31 -0400 |
| commit | 3a6515f99f36a85236514a132ea1fbc86b2ee940 (patch) | |
| tree | aaf27d5aa8629152ee1d537fe37eb209756a6457 /Library/Formula | |
| parent | 07a55a26bd283188358b60cffbb59911e5a5ffdf (diff) | |
| download | homebrew-3a6515f99f36a85236514a132ea1fbc86b2ee940.tar.bz2 | |
Build without-x; Fixes #15019.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgtop.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libgtop.rb b/Library/Formula/libgtop.rb index b4f1e62e2..1e81a9519 100644 --- a/Library/Formula/libgtop.rb +++ b/Library/Formula/libgtop.rb @@ -17,7 +17,8 @@ class Libgtop < Formula def install system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + "--prefix=#{prefix}", + "--without-x" system "make install" end end |
