diff options
| author | Misty De Meo | 2014-06-10 15:47:27 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-06-10 15:47:27 -0700 |
| commit | 689faba68ec3ccf5ab38db30ac5229851d4134c1 (patch) | |
| tree | f68ee9a165fe3457e6f953c706046f42b1e46b06 /Library | |
| parent | 862eb77752afcd3815a6d1b2e93f69a2fedeea99 (diff) | |
| download | homebrew-689faba68ec3ccf5ab38db30ac5229851d4134c1.tar.bz2 | |
aplus: disable X
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aplus.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 22d6fc41f..fc6042a4c 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -17,7 +17,8 @@ class Aplus < Formula inreplace path, "/usr/local/aplus-fsf-4.20", prefix end - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--without-x" system "make" ENV.j1 # make install breaks with -j option system "make", "install" |
