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

Commit

Permalink
Make icu4c keg-only
Browse files Browse the repository at this point in the history
Fixes #167.
  • Loading branch information
mxcl committed Dec 2, 2009
1 parent a05603f commit 4a1fd95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Library/Formula/icu4c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ class Icu4c <Formula
def patches
DATA
end


def keg_only?
"conflicts (see http://github.com/mxcl/homebrew/issues/#issue/167)."
end

def install
config_flags = ["--prefix=#{prefix}", "--disable-samples", "--enable-static"]
config_flags << "--with-library-bits=64" if Hardware.is_64_bit? and MACOS_VERSION == 10.6
Expand Down

0 comments on commit 4a1fd95

Please sign in to comment.