aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2012-09-22 00:35:31 -0400
committerMax Howell2012-09-22 00:35:31 -0400
commit3a6515f99f36a85236514a132ea1fbc86b2ee940 (patch)
treeaaf27d5aa8629152ee1d537fe37eb209756a6457 /Library/Formula
parent07a55a26bd283188358b60cffbb59911e5a5ffdf (diff)
downloadhomebrew-3a6515f99f36a85236514a132ea1fbc86b2ee940.tar.bz2
Build without-x; Fixes #15019.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgtop.rb3
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