From b7aedf4ff25f761d41c659d35d384b316f5b9fe9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 19 Mar 2011 11:42:27 -0700 Subject: gettext - add configure switch --without-git was required for some users. --- Library/Formula/gettext.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index e75e26fad..9127d6a92 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -17,11 +17,12 @@ class Gettext < Formula system "./configure", "--disable-dependency-tracking", "--disable-debug", "--prefix=#{prefix}", - "--without-emacs", "--without-included-gettext", "--without-included-glib", "--without-included-libcroco", - "--without-included-libxml" + "--without-included-libxml", + "--without-emacs", + "--without-git" system "make" ENV.deparallelize # install doesn't support multiple make jobs system "make install" -- cgit v1.2.3