diff options
| author | Jack Nagel | 2013-07-09 17:42:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-09 18:01:47 -0500 |
| commit | 17e616a0435d880b2436ec48e4565cd44ed7a2cb (patch) | |
| tree | dff76f99e991af4b44a7cd98d7966d4cdf23b5a8 /Library/Formula/gettext.rb | |
| parent | a3de4062300015bfae6a054888f7ba35d56218ca (diff) | |
| download | homebrew-17e616a0435d880b2436ec48e4565cd44ed7a2cb.tar.bz2 | |
gettext: disable java
Refs #21102.
Diffstat (limited to 'Library/Formula/gettext.rb')
| -rw-r--r-- | Library/Formula/gettext.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 8c70739f1..82e19f8e8 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -7,9 +7,10 @@ class Gettext < Formula sha256 '36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948' bottle do - sha1 '79adee5b9ef6a3411d609afca2887a363f1d0958' => :mountain_lion - sha1 '8386ce4774898214f4f778edf5832b8fb8dde16a' => :lion - sha1 'cb4fc21bfbe71b0df276e2d02e584d15a0f2af0d' => :snow_leopard + revision 1 + sha1 '392d49de19c44238cb3d25cc43ab5884c3558fe8' => :mountain_lion + sha1 '71b16d1305a221ea5ea15e1bb8d2819e4b62a045' => :lion + sha1 'bdfe4889e7da5e25f4cf7c42a4d591794afc4e43' => :snow_leopard end keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." @@ -37,6 +38,7 @@ class Gettext < Formula "--with-included-libcroco", "--with-included-libunistring", "--with-emacs", + "--disable-java", # Don't use VCS systems to create these archives "--without-git", "--without-cvs" |
