aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-19 11:42:27 -0700
committerAdam Vandenberg2011-03-19 11:42:27 -0700
commitb7aedf4ff25f761d41c659d35d384b316f5b9fe9 (patch)
tree9bd8a0bdfe732c4d30781b5c3724a7fc5192073f /Library
parentaf5b0f91bce5ae4bf78a9a834d0c1c0be926207b (diff)
downloadhomebrew-b7aedf4ff25f761d41c659d35d384b316f5b9fe9.tar.bz2
gettext - add configure switch
--without-git was required for some users.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gettext.rb5
1 files changed, 3 insertions, 2 deletions
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"