aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aalib.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-04-05 11:56:21 -0500
committerMisty De Meo2013-04-05 11:56:21 -0500
commita015b8020288d01650a978ad05f1eb9820b85358 (patch)
tree4bb2b7e68fb180bc14c35514bca67d11ae7192bd /Library/Formula/aalib.rb
parente67b5a2341688acbd645467d5b6b5987695beddf (diff)
downloadhomebrew-a015b8020288d01650a978ad05f1eb9820b85358.tar.bz2
aalib: ensure build doesn't use X11
Diffstat (limited to 'Library/Formula/aalib.rb')
-rw-r--r--Library/Formula/aalib.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/aalib.rb b/Library/Formula/aalib.rb
index ef1790c57..fad804bd1 100644
--- a/Library/Formula/aalib.rb
+++ b/Library/Formula/aalib.rb
@@ -17,7 +17,8 @@ class Aalib < Formula
"--mandir=#{man}",
"--infodir=#{info}",
"--enable-shared=yes",
- "--enable-static=yes"
+ "--enable-static=yes",
+ "--without-x"
system "make install"
end
end