Make icu4c keg-only

Fixes Homebrew/homebrew#167.
master
Max Howell 2009-12-02 11:38:57 +00:00
parent 6e317a6d4d
commit 49fb8a1b96
1 changed files with 5 additions and 1 deletions

View File

@ -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