Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ht: Add --disable-x11-textmode.
Browse files Browse the repository at this point in the history
This seems pretty useless on OS X and prevents X11 form being uselessly
started when using ht.

Closes #13347.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Midar authored and adamv committed Aug 10, 2012
1 parent 1698398 commit dc9bda6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/ht.rb
Expand Up @@ -15,7 +15,8 @@ def patches
def install
system "chmod +x ./install-sh"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
"--prefix=#{prefix}",
"--disable-x11-textmode"
system "make install"
end
end
Expand Down

0 comments on commit dc9bda6

Please sign in to comment.